summaryrefslogtreecommitdiffstats
path: root/network/ipscan
diff options
context:
space:
mode:
Diffstat (limited to 'network/ipscan')
-rw-r--r--network/ipscan/ipscan.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/ipscan/ipscan.SlackBuild b/network/ipscan/ipscan.SlackBuild
index 5afadeb4af..5d044f48c4 100644
--- a/network/ipscan/ipscan.SlackBuild
+++ b/network/ipscan/ipscan.SlackBuild
@@ -87,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a $CWD/copyright $PKG/usr/doc/$PRGNAM-$VERSION
+cp $CWD/copyright $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-SlackBuild
mkdir -p $PKG/install