diff options
Diffstat (limited to 'extra/source/aspell-word-lists')
64 files changed, 173 insertions, 0 deletions
diff --git a/extra/source/aspell-word-lists/aspell-dict.SlackBuild b/extra/source/aspell-word-lists/aspell-dict.SlackBuild new file mode 100755 index 00000000..4f78446c --- /dev/null +++ b/extra/source/aspell-word-lists/aspell-dict.SlackBuild @@ -0,0 +1,83 @@ +#!/bin/sh + +# Copyright 2008, 2009, 2016, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +CWD=$(pwd) +TMP=${TMP:-/tmp} +PKG=$TMP/package-aspell-dict + +# Automatically determine the architecture we're building on: +if [ -z "$ARCH" ]; then + case "$(uname -m)" in + i?86) ARCH=i586 ;; + arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;; + # Unless $ARCH is already set, use uname -m for all other archs: + *) ARCH=$(uname -m) ;; + esac + export ARCH +fi + +cd src +for file in aspell*bz2 ; do + NAME=$(echo $file | cut -f 1-2 -d -)-$(echo $file | cut -f 3- -d - | rev | cut -b9- | rev | tr '[\-]' '[_]') + if [ -r $CWD/build/$(basename $file | cut -f 1,2 -d -) ]; then + BUILD="$(cat $CWD/build/$(basename $file | cut -f 1,2 -d -))" + else + BUILD=1 + fi + rm -rf $PKG + mkdir -p $TMP $PKG + cd $TMP + rm -rf $(basename $file .tar.bz2) + tar xjf $CWD/src/$file + cd $(basename $file .tar.bz2) + chown -R root:root . + ./configure || exit 1 + make || exit 1 + make install DESTDIR=$PKG || exit 1 + # Use a uniform package name. + NAME=$(echo $NAME | sed 's/aspell5/aspell/' | sed 's/aspell6/aspell/') + mkdir -p $PKG/usr/doc/${NAME} + cp -a \ + README* Copyright* COPYING* \ + $PKG/usr/doc/${NAME} + # Overwrite from doc/ is fine: + cp -a \ + doc/* \ + $PKG/usr/doc/${NAME} + chmod 644 $PKG/usr/doc/${NAME}/* + mkdir $PKG/install + SLACKDESC=$(echo $NAME | cut -f 1-2 -d -) + echo "${SLACKDESC}: ${SLACKDESC}" > $PKG/install/slack-desc + echo "${SLACKDESC}:" >> $PKG/install/slack-desc + echo "${SLACKDESC}: $(head -n 1 README)." >> $PKG/install/slack-desc + echo "${SLACKDESC}:" >> $PKG/install/slack-desc + echo "${SLACKDESC}:" >> $PKG/install/slack-desc + echo "${SLACKDESC}:" >> $PKG/install/slack-desc + echo "${SLACKDESC}:" >> $PKG/install/slack-desc + echo "${SLACKDESC}:" >> $PKG/install/slack-desc + echo "${SLACKDESC}:" >> $PKG/install/slack-desc + echo "${SLACKDESC}:" >> $PKG/install/slack-desc + echo "${SLACKDESC}:" >> $PKG/install/slack-desc + cd $PKG + makepkg -l y -c n $TMP/${NAME}-$ARCH-$BUILD.txz +done || exit 1 diff --git a/extra/source/aspell-word-lists/build/aspell-af b/extra/source/aspell-word-lists/build/aspell-af new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-af @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-br b/extra/source/aspell-word-lists/build/aspell-br new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-br @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-cy b/extra/source/aspell-word-lists/build/aspell-cy new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-cy @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-fr b/extra/source/aspell-word-lists/build/aspell-fr new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-fr @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-gv b/extra/source/aspell-word-lists/build/aspell-gv new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-gv @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-hr b/extra/source/aspell-word-lists/build/aspell-hr new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-hr @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-ia b/extra/source/aspell-word-lists/build/aspell-ia new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-ia @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-is b/extra/source/aspell-word-lists/build/aspell-is new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-is @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-mi b/extra/source/aspell-word-lists/build/aspell-mi new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-mi @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-mk b/extra/source/aspell-word-lists/build/aspell-mk new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-mk @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-ms b/extra/source/aspell-word-lists/build/aspell-ms new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-ms @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-mt b/extra/source/aspell-word-lists/build/aspell-mt new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-mt @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-nb b/extra/source/aspell-word-lists/build/aspell-nb new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-nb @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-nl b/extra/source/aspell-word-lists/build/aspell-nl new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-nl @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-nn b/extra/source/aspell-word-lists/build/aspell-nn new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-nn @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-no b/extra/source/aspell-word-lists/build/aspell-no new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-no @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-pt b/extra/source/aspell-word-lists/build/aspell-pt new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-pt @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-rw b/extra/source/aspell-word-lists/build/aspell-rw new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-rw @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-sl b/extra/source/aspell-word-lists/build/aspell-sl new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-sl @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-sv b/extra/source/aspell-word-lists/build/aspell-sv new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-sv @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-sw b/extra/source/aspell-word-lists/build/aspell-sw new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-sw @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-tr b/extra/source/aspell-word-lists/build/aspell-tr new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-tr @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-wa b/extra/source/aspell-word-lists/build/aspell-wa new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-wa @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell-zu b/extra/source/aspell-word-lists/build/aspell-zu new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell-zu @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell5-be b/extra/source/aspell-word-lists/build/aspell5-be new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell5-be @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell5-da b/extra/source/aspell-word-lists/build/aspell5-da new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell5-da @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell5-fo b/extra/source/aspell-word-lists/build/aspell5-fo new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell5-fo @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell5-gd b/extra/source/aspell-word-lists/build/aspell5-gd new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell5-gd @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell5-hil b/extra/source/aspell-word-lists/build/aspell5-hil new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell5-hil @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell5-id b/extra/source/aspell-word-lists/build/aspell5-id new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell5-id @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell5-mg b/extra/source/aspell-word-lists/build/aspell5-mg new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell5-mg @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell5-ny b/extra/source/aspell-word-lists/build/aspell5-ny new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell5-ny @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell5-sc b/extra/source/aspell-word-lists/build/aspell5-sc new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell5-sc @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell5-tet b/extra/source/aspell-word-lists/build/aspell5-tet new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell5-tet @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell5-tl b/extra/source/aspell-word-lists/build/aspell5-tl new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell5-tl @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell5-tn b/extra/source/aspell-word-lists/build/aspell5-tn new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell5-tn @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-am b/extra/source/aspell-word-lists/build/aspell6-am new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-am @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-az b/extra/source/aspell-word-lists/build/aspell6-az new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-az @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-bn b/extra/source/aspell-word-lists/build/aspell6-bn new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-bn @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-ca b/extra/source/aspell-word-lists/build/aspell6-ca new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-ca @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-cs b/extra/source/aspell-word-lists/build/aspell6-cs new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-cs @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-csb b/extra/source/aspell-word-lists/build/aspell6-csb new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-csb @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-de b/extra/source/aspell-word-lists/build/aspell6-de new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-de @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-et b/extra/source/aspell-word-lists/build/aspell6-et new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-et @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-fi b/extra/source/aspell-word-lists/build/aspell6-fi new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-fi @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-he b/extra/source/aspell-word-lists/build/aspell6-he new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-he @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-hu b/extra/source/aspell-word-lists/build/aspell6-hu new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-hu @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-it b/extra/source/aspell-word-lists/build/aspell6-it new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-it @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-la b/extra/source/aspell-word-lists/build/aspell6-la new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-la @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-lv b/extra/source/aspell-word-lists/build/aspell6-lv new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-lv @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-mr b/extra/source/aspell-word-lists/build/aspell6-mr new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-mr @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-nds b/extra/source/aspell-word-lists/build/aspell6-nds new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-nds @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-or b/extra/source/aspell-word-lists/build/aspell6-or new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-or @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-pa b/extra/source/aspell-word-lists/build/aspell6-pa new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-pa @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-qu b/extra/source/aspell-word-lists/build/aspell6-qu new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-qu @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-ru b/extra/source/aspell-word-lists/build/aspell6-ru new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-ru @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-sr b/extra/source/aspell-word-lists/build/aspell6-sr new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-sr @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-ta b/extra/source/aspell-word-lists/build/aspell6-ta new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-ta @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-te b/extra/source/aspell-word-lists/build/aspell6-te new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-te @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-vi b/extra/source/aspell-word-lists/build/aspell6-vi new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-vi @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/aspell6-yi b/extra/source/aspell-word-lists/build/aspell6-yi new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/extra/source/aspell-word-lists/build/aspell6-yi @@ -0,0 +1 @@ +5 diff --git a/extra/source/aspell-word-lists/build/increment-all-dict.sh b/extra/source/aspell-word-lists/build/increment-all-dict.sh new file mode 100755 index 00000000..99861dc6 --- /dev/null +++ b/extra/source/aspell-word-lists/build/increment-all-dict.sh @@ -0,0 +1,12 @@ +#!/bin/sh +# A script to increment build numbers of all the dictionaries. +# +# Any that are newly added should not have a build file in +# here (or it should contain "1"). The usual method is to run this +# script and then remove the build files for any new driver versions. + +for DICTSRC in ../src/* ; do + DICTBASENAME=$(basename $DICTSRC | cut -f 1,2 -d -) + ./increment.sh $DICTBASENAME +done + diff --git a/extra/source/aspell-word-lists/build/increment.sh b/extra/source/aspell-word-lists/build/increment.sh new file mode 100755 index 00000000..eff1356f --- /dev/null +++ b/extra/source/aspell-word-lists/build/increment.sh @@ -0,0 +1,17 @@ +#!/bin/sh +# A script to increment build numbers. +# Call it with the list of the build numbers to increase by one: +# +# ./increment.sh aspell6-pt_BR aspell6-qu +# +# If a build file does not exist, it will be created with a value of 2. + +for build in $* ; do + if [ ! -r $build ]; then + echo "Creating $build with value 2" + echo 2 > $build + else + echo "Incrementing $build $(cat $build) -> $(expr $(cat $build) + 1)" + echo $(expr $(cat $build) + 1) > $build + fi +done |