summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Sebastien BALLET2017-07-15 02:17:17 +0200
committer Willy Sudiarto Raharjo2017-07-15 02:17:17 +0200
commit8bb172840caf36f35c170deadb7f56c2d6046e2a (patch)
treeb8591b05cb29f69c7094ea5b12806ed9b1b7570c /system
parent78ae9ed03f78321d28ffaeaf3fa18575434572b3 (diff)
downloadold.slackbuilds-8bb172840caf36f35c170deadb7f56c2d6046e2a.tar.gz
system/cassandra-gui: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/cassandra-gui/cassandra-gui.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/cassandra-gui/cassandra-gui.SlackBuild b/system/cassandra-gui/cassandra-gui.SlackBuild
index 437c71772f..d48b6fa134 100644
--- a/system/cassandra-gui/cassandra-gui.SlackBuild
+++ b/system/cassandra-gui/cassandra-gui.SlackBuild
@@ -59,7 +59,7 @@ mkdir -p $PKG/usr/bin
cp $TMP/$PRGNAM-$VERSION/$PRGNAM $PKG/usr/bin
mkdir -p $PKG/usr/share/applications
-cp -a $CWD/$PRGNAM.desktop $PKG/usr/share/applications
+cp $CWD/$PRGNAM.desktop $PKG/usr/share/applications
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $PRGNAM-$VERSION/LICENSE.txt $PKG/usr/doc/$PRGNAM-$VERSION