mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-23 05:01:34 +01:00
Correct build errors with lib.cli -- take 3
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4759 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
b51d78b21d
commit
ae1b699546
@ -293,7 +293,7 @@ echo "Default config path file installed as ${PREFIX}/usr/share/shorewall-lite/c
|
||||
#
|
||||
for f in lib.* ; do
|
||||
if [ -f $f ]; then
|
||||
install_file $f ${PREFIX}/usr/share/shorewall/$f 0644
|
||||
install_file $f ${PREFIX}/usr/share/shorewall-lite/$f 0644
|
||||
echo "Library ${f#*.} file installed as ${PREFIX}/usr/share/shorewall-lite/$f"
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user