gis/grass: Add a couple of missing comments.
This commit is contained in:
parent
56da403039
commit
55deff221d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue