Put all Perl components in a common directory -- Phase IV

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9598 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2009-03-04 22:52:05 +00:00
parent cfbc7514b6
commit cd2172e7e4
2 changed files with 2 additions and 2 deletions

View File

@ -195,10 +195,10 @@ else
fi
if [ -z "$CYGWIN" ]; then
install_file shorewall.sh ${PREFIX}/sbin/shorewall 0755
install_file shorewall ${PREFIX}/sbin/shorewall 0755
echo "shorewall control program installed in ${PREFIX}/sbin/shorewall"
else
install_file shorewall.sh ${PREFIX}/bin/shorewall 0755
install_file shorewall ${PREFIX}/bin/shorewall 0755
echo "shorewall control program installed in ${PREFIX}/bin/shorewall"
fi