diff options
author | Sebastien BALLET <slacker6896@gmail.com> | 2017-07-15 07:08:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-15 07:08:16 +0700 |
commit | dd9c266937c91e719ab56b266581cc8d1c094c96 (patch) | |
tree | 87845274530e5af5239f4a913c3cf17de260d71f | |
parent | 843e853023ce6beed1163616a13b8496c7c5adc3 (diff) | |
download | slackbuilds-dd9c266937c91e719ab56b266581cc8d1c094c96.tar.gz |
graphics/HotShots: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | graphics/HotShots/HotShots.SlackBuild | 2 |
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 |