diff options
Diffstat (limited to 'system/sbotools/sbotools.SlackBuild')
-rw-r--r-- | system/sbotools/sbotools.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/sbotools/sbotools.SlackBuild b/system/sbotools/sbotools.SlackBuild index 8065649e56c3b..d2c8f9ce3c38f 100644 --- a/system/sbotools/sbotools.SlackBuild +++ b/system/sbotools/sbotools.SlackBuild @@ -14,6 +14,8 @@ PKGTYPE=${PKGTYPE:-tgz} SRCNAM=$PRGNAM +ARCH-noarch + # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information # could be useful to other scripts. @@ -83,4 +85,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-noarch-$BUILD$TAG.$PKGTYPE +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE |