From: Arne Fitzenreiter Date: Sat, 22 Jan 2011 22:48:21 +0000 (+0100) Subject: Fix outgoingfw.pl is not executable. X-Git-Tag: v2.9-core45~1^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a478d33513c0c6edae9492f10b96820abe573d9;p=people%2Fummeegge%2Fipfire-2.x.git Fix outgoingfw.pl is not executable. --- diff --git a/lfs/configroot b/lfs/configroot index ff1a2062a8..43c2d21558 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -139,4 +139,7 @@ $(TARGET) : done chown root:nobody $(CONFIG_ROOT)/dhcpc + # Set outgoingfw.pl executable + chmod 755 $(CONFIG_ROOT)/outgoing/bin/outgoingfw.pl + @$(POSTBUILD)