diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-11-10 17:51:34 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-23 16:01:55 +0700 |
commit | 9d35e8d15afff7c401c8f2708301c623daea9f85 (patch) | |
tree | d2bfbfb4c2004663754ea64f2dd772d04fabce3f /gis | |
parent | cd8df2af20c30a2834bbf81caa337b789a9ac364 (diff) | |
download | slackbuilds-9d35e8d15afff7c401c8f2708301c623daea9f85.tar.gz |
gis/saga-gis: Alter metadata install path.
Diffstat (limited to 'gis')
-rw-r--r-- | gis/saga-gis/saga-gis.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gis/saga-gis/saga-gis.SlackBuild b/gis/saga-gis/saga-gis.SlackBuild index bc0f5f2a40..c15f4c5477 100644 --- a/gis/saga-gis/saga-gis.SlackBuild +++ b/gis/saga-gis/saga-gis.SlackBuild @@ -98,6 +98,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +mv $PKG/usr/share/metainfo $PKG/usr/share/appdata + mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a \ AUTHORS COPYING ChangeLog NEWS README \ |