diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 12:18:45 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:19:50 +0700 |
commit | 3d2ed2a28b49eadba165a9689a6843985e386cd1 (patch) | |
tree | 19301844ff6e7baf605596275e8d7d66aa8d4899 | |
parent | fdb8928ecbde59c6a8bb09101dbf981733ef387a (diff) |
libraries/php-pdo_dblib: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/php-pdo_dblib/php-pdo_dblib.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/php-pdo_dblib/php-pdo_dblib.SlackBuild b/libraries/php-pdo_dblib/php-pdo_dblib.SlackBuild index b931901f70e9..104a0cd1b86d 100644 --- a/libraries/php-pdo_dblib/php-pdo_dblib.SlackBuild +++ b/libraries/php-pdo_dblib/php-pdo_dblib.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=php-pdo_dblib VERSION=${VERSION:-7.4.27} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -116,6 +116,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a CREDITS $PKG/usr/doc/$PRGNAM-$VERSION/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +rm -f $PKG/usr/lib*/*.la + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh |