mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01:00
Fix mode of installed file.
This commit is contained in:
parent
0aa0669cae
commit
43a0d95697
@ -232,7 +232,7 @@ if [ -n "$DEBIAN" ]; then
|
||||
mkdir ${PREFIX}/etc/default
|
||||
fi
|
||||
|
||||
install_file sysconfig ${PREFIX}/etc/default/shorewall-init 0655
|
||||
install_file sysconfig ${PREFIX}/etc/default/shorewall-init 0644
|
||||
fi
|
||||
else
|
||||
if [ -n "$PREFIX" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user