diff options
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/exempi/exempi.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libraries/exempi/exempi.SlackBuild b/libraries/exempi/exempi.SlackBuild index 6a49a42b30..ceb7df95e9 100644 --- a/libraries/exempi/exempi.SlackBuild +++ b/libraries/exempi/exempi.SlackBuild @@ -26,6 +26,7 @@ # Now maintained by B. Watson <yalhcru@gmail.com> +# 20210801 bkw: update for v2.5.2 # 20200101 bkw: # - take over maintenance # - update for v2.5.1 @@ -47,9 +48,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -99,6 +97,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG +rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la gzip -9 $PKG/usr/man/man1/$PRGNAM.1 |