summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Sebastien BALLET2017-07-15 02:08:16 +0200
committer Willy Sudiarto Raharjo2017-07-15 02:08:16 +0200
commitdd9c266937c91e719ab56b266581cc8d1c094c96 (patch)
tree87845274530e5af5239f4a913c3cf17de260d71f /graphics
parent843e853023ce6beed1163616a13b8496c7c5adc3 (diff)
downloadslackbuilds-dd9c266937c91e719ab56b266581cc8d1c094c96.tar.gz
graphics/HotShots: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/HotShots/HotShots.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/HotShots/HotShots.SlackBuild b/graphics/HotShots/HotShots.SlackBuild
index a7d610a276..992456d123 100644
--- a/graphics/HotShots/HotShots.SlackBuild
+++ b/graphics/HotShots/HotShots.SlackBuild
@@ -76,7 +76,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/share/applications
-cp -a $CWD/hotshots.desktop $PKG/usr/share/applications/
+cp $CWD/hotshots.desktop $PKG/usr/share/applications/
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc