From dd9c266937c91e719ab56b266581cc8d1c094c96 Mon Sep 17 00:00:00 2001 From: Sebastien BALLET Date: Sat, 15 Jul 2017 07:08:16 +0700 Subject: graphics/HotShots: Fix ownership. Signed-off-by: Willy Sudiarto Raharjo --- graphics/HotShots/HotShots.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') 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 -- cgit v1.2.3