diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-07-27 10:44:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 418974195317d91827d84a0f539f3f115e0a2d05 (patch) | |
tree | d5b5901bb55ca0b1b0d41886e25f051414d27d63 /desktop/kbdd | |
parent | 9eb11bca67494c4b4cf3e3059da9f32d8528a612 (diff) |
desktop/kbdd: Updated SlackBuild.
Added autoreconf to fix build failure on -current.
Fixed PKGTYPE.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/kbdd')
-rw-r--r-- | desktop/kbdd/kbdd.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/kbdd/kbdd.SlackBuild b/desktop/kbdd/kbdd.SlackBuild index e1bab925d219..d78bf6fc7b0a 100644 --- a/desktop/kbdd/kbdd.SlackBuild +++ b/desktop/kbdd/kbdd.SlackBuild @@ -55,6 +55,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +autoreconf -vif + FLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -86,4 +88,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README.SBo cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |