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
This commit is contained in:
teastep 2009-03-04 22:45:07 +00:00
parent 36b87dff49
commit ea270c1769

View File

@ -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
#