diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-12-09 15:42:23 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-12-09 15:42:23 +0000 |
commit | 1e61533e0ebaa2260b7b472552cfdb1d3b9b114c (patch) | |
tree | 37868a2c3b2981da9cf66f370b9d6cbdc9ede95e /net | |
parent | 2e5263e2b3fd6ebc9d7e6e33f9ca164d6ade06a7 (diff) | |
download | slackbuilds-1e61533e0ebaa2260b7b472552cfdb1d3b9b114c.tar.gz slackbuilds-1e61533e0ebaa2260b7b472552cfdb1d3b9b114c.tar.bz2 |
shorewall-perl shorewall-perl: minor change
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1992 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net')
-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 |