summaryrefslogtreecommitdiffstats
path: root/system/brlaser/brlaser.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/brlaser/brlaser.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/system/brlaser/brlaser.SlackBuild b/system/brlaser/brlaser.SlackBuild
index 272b865153..71d2ed8fa8 100644
--- a/system/brlaser/brlaser.SlackBuild
+++ b/system/brlaser/brlaser.SlackBuild
@@ -25,19 +25,22 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=brlaser
-VERSION=${VERSION:-6}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-6.2}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
+# 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.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0