diff options
Diffstat (limited to 'source/ap/linuxdoc-tools/trackbuild.linuxdoc-tools')
-rwxr-xr-x | source/ap/linuxdoc-tools/trackbuild.linuxdoc-tools | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source/ap/linuxdoc-tools/trackbuild.linuxdoc-tools b/source/ap/linuxdoc-tools/trackbuild.linuxdoc-tools index 16bb3024..f45c1638 100755 --- a/source/ap/linuxdoc-tools/trackbuild.linuxdoc-tools +++ b/source/ap/linuxdoc-tools/trackbuild.linuxdoc-tools @@ -24,15 +24,14 @@ PKGNAM=linuxdoc-tools # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i586 ;; - armv7hl) export ARCH=armv7hl ;; - arm*) export ARCH=arm ;; + i?86) export ARCH=i586 ;; + arm*) export ARCH=arm ;; # Unless $ARCH is already set, use uname -m for all other archs: - *) export ARCH=$( uname -m ) ;; + *) export ARCH=$( uname -m ) ;; esac fi -export PKGVERSION=0.9.69 # use the version of linuxdoc-tools as the package version. +export PKGVERSION=0.9.72 # use the version of linuxdoc-tools as the package version. BUILD=${BUILD:-5} PKGEXT=${PKGEXT:-txz} @@ -50,6 +49,7 @@ removepkg linuxdoc-tools rm -rf /etc/{xml,sgml} rm -rf /usr/share/doc/linuxdoc-tools rm -rf /usr/share/sgml +rm -rf /etc/asciidoc # in case there are any '.conf.new' files remaining rm -rf /usr/share/xml/{docbook,xml-iso-entities*} # can't wipe the entire dir because of libglade rm -rf ~/.texmf-var/ # created by docbook-utils rm -rf ~/.texlive* # incase you were using Texlive rather than Textex-3 @@ -75,9 +75,9 @@ TFS="--touch-filesystem-first" slacktrack $TFS \ --notidy \ --showdeps \ + --run-after-withlog $CWD/postbuildfixes.sh \ -T $TMP \ -l $CWD/build.$ARCH.log \ - -R $CWD/postbuildfixes.sh \ -b $PKGSTORE \ -rYQOcp $PKGNAM-$PKGVERSION-$ARCH-$BUILD.$PKGEXT ./linuxdoc-tools.build |