Fix install problems

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4504 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-09-03 20:01:18 +00:00
parent 04523f7703
commit 6fccae0135
2 changed files with 5 additions and 2 deletions

View File

@ -291,7 +291,7 @@ echo "Default config path file installed as ${PREFIX}/usr/share/shorewall-lite/c
#
install_file lib.base ${PREFIX}/usr/share/shorewall-lite/lib.base 0444
ln -s lib.base ${PREFIX}/usr/share/shorewall-lite/functions
ln -sf lib.base ${PREFIX}/usr/share/shorewall-lite/functions
echo "Common functions linked through ${PREFIX}/usr/share/shorewall-lite/functions"

View File

@ -472,7 +472,10 @@ delete_file ${PREFIX}/usr/share/shorewall/tcstart
#
delete_file ${PREFIX}/usr/share/shorewall/action.Limit
delete_file ${PREFIX}/usr/share/shorewall/Limit
#
# Delete the functions file
#
delete_file ${PREFIX}/usr/share/shorewall/functions
#
# Install the Providers file
#