aboutsummaryrefslogtreecommitdiff
path: root/net/firewall
diff options
context:
space:
mode:
Diffstat (limited to 'net/firewall')
-rw-r--r--net/firewall/shorewall-perl/shorewall-perl.SlackBuild2
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