mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 00:23:28 +01:00
Unconditionally install Makefile
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2681 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
4398efd6f8
commit
ae061c61b4
@ -543,11 +543,10 @@ if [ ! -f ${PREFIX}/etc/shorewall/actions ]; then
|
|||||||
echo "Actions file installed as ${PREFIX}/etc/shorewall/actions"
|
echo "Actions file installed as ${PREFIX}/etc/shorewall/actions"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f ${PREFIX}/etc/shorewall/Makefile ]; then
|
|
||||||
run_install $OWNERSHIP -m 0600 Makefile ${PREFIX}/etc/shorewall/Makefile
|
run_install $OWNERSHIP -m 0600 Makefile ${PREFIX}/etc/shorewall/Makefile
|
||||||
echo
|
echo
|
||||||
echo "Makefile installed as ${PREFIX}/etc/shorewall/Makefile"
|
echo "Makefile installed as ${PREFIX}/etc/shorewall/Makefile"
|
||||||
fi
|
|
||||||
#
|
#
|
||||||
# Install the Action files
|
# Install the Action files
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user