diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 12:18:47 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:19:51 +0700 |
commit | 95d450de94cc46d2b7dc6c785cde3d22c43cd834 (patch) | |
tree | ab027e29bbe3d703cc8bc3f3356bdf75fa1a18e2 /libraries/php-stomp | |
parent | 60a7b5bda03cb3e59c9d0deb898e5090f1ac98f2 (diff) | |
download | slackbuilds-95d450de94cc46d2b7dc6c785cde3d22c43cd834.tar.gz |
libraries/php-stomp: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/php-stomp')
-rw-r--r-- | libraries/php-stomp/php-stomp.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/php-stomp/php-stomp.SlackBuild b/libraries/php-stomp/php-stomp.SlackBuild index b6dad36fb0..60e44776c8 100644 --- a/libraries/php-stomp/php-stomp.SlackBuild +++ b/libraries/php-stomp/php-stomp.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=php-stomp VERSION=${VERSION:-2.0.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -113,6 +113,8 @@ cp -a \ $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 |