diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-12-09 15:56:53 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-12-09 15:56:53 +0000 |
commit | 2e6166e78b4dd513d06f16805a5473a8a1e97def (patch) | |
tree | 76313b697c0cae028be26dd578fb446787bdad17 /net/firewall | |
parent | fd54f8afd6dda26968523372673a679eeb18e21e (diff) | |
download | slackbuilds-2e6166e78b4dd513d06f16805a5473a8a1e97def.tar.gz slackbuilds-2e6166e78b4dd513d06f16805a5473a8a1e97def.tar.bz2 |
shorewall-perl.mkbuild shorewall-perl: minor change
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1995 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/firewall')
-rw-r--r-- | net/firewall/shorewall-perl/shorewall-perl.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/firewall/shorewall-perl/shorewall-perl.SlackBuild b/net/firewall/shorewall-perl/shorewall-perl.SlackBuild index 4fd030f5..e8f442a8 100644 --- a/net/firewall/shorewall-perl/shorewall-perl.SlackBuild +++ b/net/firewall/shorewall-perl/shorewall-perl.SlackBuild @@ -138,7 +138,7 @@ cd "$PKG_SRC" chmod +x install.sh && DEST=/etc/rc.d PREFIX=$PKG ./install.sh # Install documentation -DOCS="COPYING INSTALL README.txt" +DOCS="COPYING README.txt" mkdir -p "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" || exit $ERROR_MKDIR for doc in $DOCS; do if [ -f "$doc" ]; then |