diff options
Diffstat (limited to 'network/gnome-bluetooth/gnome-bluetooth.SlackBuild')
-rw-r--r-- | network/gnome-bluetooth/gnome-bluetooth.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/network/gnome-bluetooth/gnome-bluetooth.SlackBuild b/network/gnome-bluetooth/gnome-bluetooth.SlackBuild index e91e05f490d0e..97cf2bdc3fe1b 100644 --- a/network/gnome-bluetooth/gnome-bluetooth.SlackBuild +++ b/network/gnome-bluetooth/gnome-bluetooth.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gnome-bluetooth VERSION=${VERSION:-3.20.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -121,6 +121,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a $DOCS $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 |