summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Sebastien BALLET2017-07-15 02:17:17 +0200
committer Willy Sudiarto Raharjo2017-07-15 02:17:17 +0200
commit85102bd3c427bc297d5d125acc1797faca33ecdb (patch)
tree0bf9d06246ae7b342b2f21f6b06e3e98bd5163e6
parentcc8549a64b992a5324c54dd163b42d626391e994 (diff)
downloadslackbuilds-85102bd3c427bc297d5d125acc1797faca33ecdb.tar.gz
system/cassandra-gui: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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