mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-08 22:58:50 +01:00
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:
parent
994e941245
commit
699e70984d
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user