aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/firewall/shorewall-common/shorewall-common.SlackBuild2
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