From 00712204e415a1e55058d1c320edc70d6c13e04e Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 22 Feb 2009 19:58:15 +0000 Subject: [PATCH] Fixes for install.sh git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9497 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 79b5d113a..b5f0fd793 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -664,6 +664,11 @@ done # ln -sf lib.base ${PREFIX}/usr/share/shorewall/functions # +# /usr/share/shorewall/Shorewall if needed +# +mkdir -p ${PREFIX}/usr/share/shorewall/Shorewall +chmod 755 ${PREFIX}/usr/share/shorewall/Shorewall +# # Install the Compiler # install_file compiler.pl ${PREFIX}/usr/share/shorewall/compiler.pl 0755 @@ -720,11 +725,6 @@ cd .. echo "Man Pages Installed" -# -# Install the firewall script -# -install_file firewall ${PREFIX}/usr/share/shorewall/firewall 0755 - if [ -z "$PREFIX" -a -n "$first_install" -a -z "$CYGWIN" ]; then if [ -n "$DEBIAN" ]; then run_install $OWNERSHIP -m 0644 default.debian /etc/default/shorewall