summaryrefslogtreecommitdiffstats
path: root/graphics/HotShots/HotShots.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/HotShots/HotShots.SlackBuild')
-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