summaryrefslogtreecommitdiffstats
path: root/desktop/kbdd
diff options
context:
space:
mode:
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
commit418974195317d91827d84a0f539f3f115e0a2d05 (patch)
treed5b5901bb55ca0b1b0d41886e25f051414d27d63 /desktop/kbdd
parent9eb11bca67494c4b4cf3e3059da9f32d8528a612 (diff)
downloadslackbuilds-418974195317d91827d84a0f539f3f115e0a2d05.tar.gz
slackbuilds-418974195317d91827d84a0f539f3f115e0a2d05.tar.xz
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.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/kbdd/kbdd.SlackBuild b/desktop/kbdd/kbdd.SlackBuild
index e1bab925d2..d78bf6fc7b 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}