diff options
Diffstat (limited to 'misc/asr-manpages/asr-manpages.SlackBuild')
-rw-r--r-- | misc/asr-manpages/asr-manpages.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/asr-manpages/asr-manpages.SlackBuild b/misc/asr-manpages/asr-manpages.SlackBuild index e9ec0873fb..f6a57c8c20 100644 --- a/misc/asr-manpages/asr-manpages.SlackBuild +++ b/misc/asr-manpages/asr-manpages.SlackBuild @@ -28,7 +28,8 @@ PRGNAM=asr-manpages VERSION=1.3.6 SRC_VERSION=1.3 DEB_VERSION=1.3-6 -ARCH=${ARCH:-noarch} +# Hard code the ARCH as this is truly architecture independent +ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,4 +78,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} |