forked from extern/shorewall_code
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
|
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
|
# Create the version file
|
||||||
#
|
#
|
||||||
echo "$VERSION" > ${PREFIX}/usr/share/shorewall/version
|
echo "$VERSION" > ${PREFIX}/usr/share/shorewall/version
|
||||||
|
Loading…
Reference in New Issue
Block a user