summaryrefslogtreecommitdiffstats
path: root/libraries/php-ssh2
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/php-ssh2')
-rw-r--r--libraries/php-ssh2/php-ssh2.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/php-ssh2/php-ssh2.SlackBuild b/libraries/php-ssh2/php-ssh2.SlackBuild
index 18df9e89c0..ec06b99dfc 100644
--- a/libraries/php-ssh2/php-ssh2.SlackBuild
+++ b/libraries/php-ssh2/php-ssh2.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=php-ssh2
VERSION=${VERSION:-1.3.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -115,6 +115,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp LICENSE ../package.xml $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
sed "s|%LIBDIRSUFFIX%|$LIBDIRSUFFIX|" $CWD/doinst.sh > $PKG/install/doinst.sh