mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
misc/zyGrib: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5b27762a08
commit
037551a664
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue