summaryrefslogtreecommitdiffstats
path: root/system/caprice32/caprice32.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/caprice32/caprice32.SlackBuild')
-rw-r--r--system/caprice32/caprice32.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/caprice32/caprice32.SlackBuild b/system/caprice32/caprice32.SlackBuild
index 6b1b316510..ac27dd4df4 100644
--- a/system/caprice32/caprice32.SlackBuild
+++ b/system/caprice32/caprice32.SlackBuild
@@ -84,7 +84,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/usage.txt *.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp $CWD/usage.txt *.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install