diff options
author | Sebastien BALLET | 2017-07-15 01:58:37 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2017-07-15 01:58:37 +0200 |
commit | 037551a6646e2b2da87178934f1f79213c5c6ad8 (patch) | |
tree | 91f2b5b5e2c35489f11055756bbcb2e38b6ead12 /misc/zyGrib | |
parent | 5b27762a08ce7346eac404a8e442cd6c201231a1 (diff) | |
download | slackbuilds-037551a6646e2b2da87178934f1f79213c5c6ad8.tar.gz |
misc/zyGrib: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/zyGrib')
-rw-r--r-- | misc/zyGrib/zyGrib.SlackBuild | 6 |
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 |