Update Shorewall-lite install for Modularization

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4384 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-08-18 23:55:45 +00:00
parent 994e941245
commit 699e70984d

View File

@ -319,6 +319,14 @@ echo "Modules file installed as ${PREFIX}/usr/share/shorewall-lite/modules"
run_install $OWNERSHIP -m 0600 xmodules ${PREFIX}/usr/share/shorewall-lite/xmodules
echo "Xmodules file installed as ${PREFIX}/usr/share/shorewall-lite/xmodules"
#
# Install the Common Library files
#
for f in lib.* ; do
install_file $f ${PREFIX}/usr/share/shorewall-lite/$f 0555
echo "Library ${f#*.} installed as ${PREFIX}/usr/share/shorewall-lite/$f"
done
#
# Create the version file
#