mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01:00
Fixes for install.sh
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9497 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
4b0a8a0085
commit
00712204e4
@ -664,6 +664,11 @@ done
|
||||
#
|
||||
ln -sf lib.base ${PREFIX}/usr/share/shorewall/functions
|
||||
#
|
||||
# /usr/share/shorewall/Shorewall if needed
|
||||
#
|
||||
mkdir -p ${PREFIX}/usr/share/shorewall/Shorewall
|
||||
chmod 755 ${PREFIX}/usr/share/shorewall/Shorewall
|
||||
#
|
||||
# Install the Compiler
|
||||
#
|
||||
install_file compiler.pl ${PREFIX}/usr/share/shorewall/compiler.pl 0755
|
||||
@ -720,11 +725,6 @@ cd ..
|
||||
|
||||
echo "Man Pages Installed"
|
||||
|
||||
#
|
||||
# Install the firewall script
|
||||
#
|
||||
install_file firewall ${PREFIX}/usr/share/shorewall/firewall 0755
|
||||
|
||||
if [ -z "$PREFIX" -a -n "$first_install" -a -z "$CYGWIN" ]; then
|
||||
if [ -n "$DEBIAN" ]; then
|
||||
run_install $OWNERSHIP -m 0644 default.debian /etc/default/shorewall
|
||||
|
Loading…
Reference in New Issue
Block a user