diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-11-13 07:47:38 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-23 16:01:57 +0700 |
commit | 55deff221d24aaf14dfc47f42c51c30b3ab45bdb (patch) | |
tree | ec745d03dd810b5b64330c971335369310231876 /gis/grass | |
parent | 56da403039468c8c9d38f5ba8c8834b6cde9cb9b (diff) | |
download | slackbuilds-55deff221d24aaf14dfc47f42c51c30b3ab45bdb.tar.gz |
gis/grass: Add a couple of missing comments.
Diffstat (limited to 'gis/grass')
-rw-r--r-- | gis/grass/grass.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/grass/grass.SlackBuild b/gis/grass/grass.SlackBuild index 0a6bd02a74..28d48e51ad 100644 --- a/gis/grass/grass.SlackBuild +++ b/gis/grass/grass.SlackBuild @@ -153,11 +153,11 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ # Install the pkgconfig file: install -D -m0644 grass.pc $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig/grass.pc - Create unversioned symlinks: +# Create unversioned symlinks: ( cd $PKG/opt ; ln -s $PRGNAM$SHRTVER $PRGNAM ) ( cd $PKG/usr/bin ; ln -s $PRGNAM$SHRTVER $PRGNAM ) - Remove hardcoded version strings: +# Remove hardcoded version strings: sed -i -e "s/-${VERSION}//g" \ $PKG/usr/bin/$PRGNAM$SHRTVER \ $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig/grass.pc |