diff options
Diffstat (limited to 'desktop')
-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 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} |