summaryrefslogtreecommitdiffstats
path: root/source/ap/linuxdoc-tools/trackbuild.linuxdoc-tools
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/linuxdoc-tools/trackbuild.linuxdoc-tools')
-rwxr-xr-xsource/ap/linuxdoc-tools/trackbuild.linuxdoc-tools8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/ap/linuxdoc-tools/trackbuild.linuxdoc-tools b/source/ap/linuxdoc-tools/trackbuild.linuxdoc-tools
index 2ba2d8f47..ff31fa6af 100755
--- a/source/ap/linuxdoc-tools/trackbuild.linuxdoc-tools
+++ b/source/ap/linuxdoc-tools/trackbuild.linuxdoc-tools
@@ -21,6 +21,10 @@
# Package info:
PKGNAM=linuxdoc-tools
+export PKGVERSION=0.9.82 # use the version of linuxdoc-tools as the package version.
+BUILD=${BUILD:-1}
+PKGEXT=${PKGEXT:-txz}
+
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -31,10 +35,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-export PKGVERSION=0.9.73 # use the version of linuxdoc-tools as the package version.
-BUILD=${BUILD:-9}
-PKGEXT=${PKGEXT:-txz}
-
export CWD=$PWD
export PKGSTORE=/tmp
export TMP=/tmp/build-$PKGNAM/