summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Sebastien BALLET2017-07-15 02:25:53 +0200
committer Willy Sudiarto Raharjo2017-07-15 02:25:53 +0200
commite4048b5015c2c4c9368cbc169057205a783002e6 (patch)
tree4a3da801598b39da648334f9ef5179e33dc33ae0
parent8efca6685025ce6aa2cc833bfb0c3c7d4dc7e7f6 (diff)
downloadslackbuilds-e4048b5015c2c4c9368cbc169057205a783002e6.tar.gz
games/unvanquished: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/unvanquished/unvanquished.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/unvanquished/unvanquished.SlackBuild b/games/unvanquished/unvanquished.SlackBuild
index 095015b254..400b5f8673 100644
--- a/games/unvanquished/unvanquished.SlackBuild
+++ b/games/unvanquished/unvanquished.SlackBuild
@@ -145,7 +145,7 @@ ln -sf $PKG/etc/$PRGNAM/config/maprotation.cfg \
# Copy the data-game
mkdir -p $PKG/usr/share/games/$PRGNAM/pkg
-cp -a $CWD/$PRGNAM\_$VERSION.pk3 $PKG/usr/share/games/$PRGNAM/pkg
+cp $CWD/$PRGNAM\_$VERSION.pk3 $PKG/usr/share/games/$PRGNAM/pkg
mkdir -p $PKG/usr/share/applications
install -D -m644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop