diff options
-rw-r--r-- | net/firewall/shorewall-perl/shorewall-perl.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/firewall/shorewall-perl/shorewall-perl.SlackBuild b/net/firewall/shorewall-perl/shorewall-perl.SlackBuild index 9f25ed7c..4fd030f5 100644 --- a/net/firewall/shorewall-perl/shorewall-perl.SlackBuild +++ b/net/firewall/shorewall-perl/shorewall-perl.SlackBuild @@ -134,6 +134,7 @@ tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TA PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $NF }'`" cd "$PKG_SRC" +# Install chmod +x install.sh && DEST=/etc/rc.d PREFIX=$PKG ./install.sh # Install documentation |