summaryrefslogtreecommitdiffstats
path: root/system/caprice32
diff options
context:
space:
mode:
author Sebastien BALLET <slacker6896@gmail.com>2017-07-15 07:09:32 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-15 07:09:32 +0700
commit6d75278d7a07c0741fdf6f1c2fe95c1a61935af3 (patch)
treefbb67911a4db8dcb0c636686582c962b9581cc3d /system/caprice32
parent536e63df68a2b883748bd456d2cf5e06565ac2af (diff)
downloadslackbuilds-6d75278d7a07c0741fdf6f1c2fe95c1a61935af3.tar.gz
slackbuilds-6d75278d7a07c0741fdf6f1c2fe95c1a61935af3.tar.xz
system/caprice32: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/caprice32')
-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