diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-12-09 17:01:00 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-12-09 17:01:00 +0000 |
commit | f8362e3842aa2c2f90b8e74f4048e15874eda685 (patch) | |
tree | 63d041212bb6964eb1fe1350f987beb5e741e47e /net/firewall | |
parent | 0ee5ba1b3fb58f306d8451a4cd2758096821f443 (diff) | |
download | slackbuilds-f8362e3842aa2c2f90b8e74f4048e15874eda685.tar.gz slackbuilds-f8362e3842aa2c2f90b8e74f4048e15874eda685.tar.bz2 |
shorewall-perl.mkbuild shorewall-perl: adding changelog
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2000 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 374861bf..7864d748 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 README.txt" +DOCS="COPYING README.txt changelog.txt" mkdir -p "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" || exit $ERROR_MKDIR for doc in $DOCS; do if [ -f "$doc" ]; then |