diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-12-09 17:01:48 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-12-09 17:01:48 +0000 |
commit | 4bb7648f84b69e83413bf795fdac1b63c50b89d4 (patch) | |
tree | d8c87b4b024d7790fe45cbe9a32b87e3a2bb7f50 /net/firewall | |
parent | f8362e3842aa2c2f90b8e74f4048e15874eda685 (diff) | |
download | slackbuilds-4bb7648f84b69e83413bf795fdac1b63c50b89d4.tar.gz slackbuilds-4bb7648f84b69e83413bf795fdac1b63c50b89d4.tar.bz2 |
shorewall-common.mkbuild shorewall-common: adding changelog
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2001 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/firewall')
-rw-r--r-- | net/firewall/shorewall-common/shorewall-common.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/firewall/shorewall-common/shorewall-common.SlackBuild b/net/firewall/shorewall-common/shorewall-common.SlackBuild index 92e4f14f..3f0e78b7 100644 --- a/net/firewall/shorewall-common/shorewall-common.SlackBuild +++ b/net/firewall/shorewall-common/shorewall-common.SlackBuild @@ -138,7 +138,7 @@ cd "$PKG_SRC" chmod +x install.sh && INIT=rc.shorewall 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 |