forked from extern/shorewall_code
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:
parent
cfbc7514b6
commit
cd2172e7e4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user