diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-10 07:53:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-10 07:53:49 +0700 |
commit | da2c6964977dacc4df9e2ca077c85a3f3095651d (patch) | |
tree | 5dbcc23bde295b22d1f6fd081599de9756361f72 /gis/proj | |
parent | 60d320b34269804226f4ce7cd5071b0a0526cc5b (diff) | |
download | slackbuilds-da2c6964977dacc4df9e2ca077c85a3f3095651d.tar.gz |
gis/proj: Remove la file.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/proj')
-rw-r--r-- | gis/proj/proj.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gis/proj/proj.SlackBuild b/gis/proj/proj.SlackBuild index 47f3cf7cf1..a69c1d04a0 100644 --- a/gis/proj/proj.SlackBuild +++ b/gis/proj/proj.SlackBuild @@ -95,6 +95,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG +rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.la + 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 |