From ea270c176930ea7a9cead7c8843071881cdab55e Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 4 Mar 2009 22:45:07 +0000 Subject: [PATCH] Put all Perl components in a common directory -- Phase II git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9596 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Shorewall/install.sh b/Shorewall/install.sh index bc1c69453..479362203 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -666,6 +666,8 @@ chmod 755 ${PREFIX}/usr/share/shorewall/Shorewall # # Install the Compiler # +cd Perl + install_file compiler.pl ${PREFIX}/usr/share/shorewall/compiler.pl 0755 echo @@ -684,6 +686,8 @@ for f in prog.* ; do install_file $f ${PREFIX}/usr/share/shorewall/$f 0644 echo "Program skeleton file ${f#*.} installed as ${PREFIX}/usr/share/shorewall/$f" done + +cd .. # # Create the version file #