summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-11-13 16:47:38 +0100
committer Willy Sudiarto Raharjo2019-11-23 10:01:57 +0100
commit55deff221d24aaf14dfc47f42c51c30b3ab45bdb (patch)
treeec745d03dd810b5b64330c971335369310231876 /gis
parent56da403039468c8c9d38f5ba8c8834b6cde9cb9b (diff)
downloadslackbuilds-55deff221d24aaf14dfc47f42c51c30b3ab45bdb.tar.gz
gis/grass: Add a couple of missing comments.
Diffstat (limited to 'gis')
-rw-r--r--gis/grass/grass.SlackBuild4
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