diff options
Diffstat (limited to 'system/spambayes/spambayes.SlackBuild')
-rw-r--r-- | system/spambayes/spambayes.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/spambayes/spambayes.SlackBuild b/system/spambayes/spambayes.SlackBuild index 9e4d79be6d54e..cf29d9f248da0 100644 --- a/system/spambayes/spambayes.SlackBuild +++ b/system/spambayes/spambayes.SlackBuild @@ -5,8 +5,8 @@ PRGNAM=spambayes VERSION=${VERSION:-1.0.4} -ARCH=noarch -BUILD=${BUILD:-2} +ARCH=${ARCH:-i486} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -43,4 +43,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc 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} |