mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-12 18:54:25 +01:00
delete prog.* installation from install.sh
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5846 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
933e3b9948
commit
69910840fd
@ -658,13 +658,6 @@ done
|
||||
#
|
||||
ln -sf lib.base ${PREFIX}/usr/share/shorewall/functions
|
||||
#
|
||||
# Install the program skeleton files
|
||||
#
|
||||
for f in prog.* ; do
|
||||
install_file $f ${PREFIX}/usr/share/shorewall/$f 0644
|
||||
echo "Program skeleton file ${f#*.} installed as ${PREFIX}/usr/share/shorewall/$f"
|
||||
done
|
||||
#
|
||||
# Create the version file
|
||||
#
|
||||
echo "$VERSION" > ${PREFIX}/usr/share/shorewall/version
|
||||
|
Loading…
Reference in New Issue
Block a user