gis/grass: Add a couple of missing comments.

This commit is contained in:
Benjamin Trigona-Harany 2019-11-13 07:47:38 -08:00 committed by Willy Sudiarto Raharjo
parent 56da403039
commit 55deff221d
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 2 additions and 2 deletions

View File

@ -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