mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 20:19:19 +01:00
Correct build errors with lib.cli
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4756 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
c3398f8b6a
commit
29b1e754d9
@ -289,12 +289,14 @@ install_file configpath ${PREFIX}/usr/share/shorewall-lite/configpath 0644
|
|||||||
echo "Default config path file installed as ${PREFIX}/usr/share/shorewall-lite/configpath"
|
echo "Default config path file installed as ${PREFIX}/usr/share/shorewall-lite/configpath"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Install the functions file
|
# Install the libraries
|
||||||
#
|
#
|
||||||
|
for f in lib.* ; do
|
||||||
install_file lib.base ${PREFIX}/usr/share/shorewall-lite/lib.base 0444
|
if [ -f $f ]; then
|
||||||
|
install_file $f ${PREFIX}/usr/share/shorewall/$f 0644
|
||||||
echo "Common functions installed as ${PREFIX}/usr/share/shorewall-lite/lib.base"
|
echo "Library ${f#*.} file installed as ${PREFIX}/usr/share/shorewall/$f"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
ln -sf lib.base ${PREFIX}/usr/share/shorewall-lite/functions
|
ln -sf lib.base ${PREFIX}/usr/share/shorewall-lite/functions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user