summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Sebastien BALLET2017-07-15 01:58:37 +0200
committer Willy Sudiarto Raharjo2017-07-15 01:58:37 +0200
commit037551a6646e2b2da87178934f1f79213c5c6ad8 (patch)
tree91f2b5b5e2c35489f11055756bbcb2e38b6ead12
parent5b27762a08ce7346eac404a8e442cd6c201231a1 (diff)
downloadslackbuilds-037551a6646e2b2da87178934f1f79213c5c6ad8.tar.gz
misc/zyGrib: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--misc/zyGrib/zyGrib.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/zyGrib/zyGrib.SlackBuild b/misc/zyGrib/zyGrib.SlackBuild
index 34753bb65f..3b28c2671b 100644
--- a/misc/zyGrib/zyGrib.SlackBuild
+++ b/misc/zyGrib/zyGrib.SlackBuild
@@ -80,12 +80,12 @@ mv $PKG/opt/$PRGNAM/$PRGNAM $PRGBIN/
sed -i "s~^cd .*~cd /opt/$PRGNAM~" $PRGBIN/$PRGNAM
mkdir -p $PRGSHR/{applications,pixmaps}
-cp -a $CWD/$PRGNAM.desktop $PRGSHR/applications/
-cp -a $CWD/$PRGNAM.png $PRGSHR/pixmaps/
+cp $CWD/$PRGNAM.desktop $PRGSHR/applications/
+cp $CWD/$PRGNAM.png $PRGSHR/pixmaps/
# Install documentation (not available for zyGrib itself, hence the README).
mkdir -p $PRGDOC/{qwt,g2clib}
-cp -a $CWD/README $PRGDOC/
+cp $CWD/README $PRGDOC/
cp -a src/g2clib/README $PRGDOC/g2clib/
cp -a src/qwt*/{README,COPYING} $PRGDOC/qwt/
cat $CWD/$PRGNAM.SlackBuild > $PRGDOC/$PRGNAM.SlackBuild