diff -r d27cad483271 -r d3d754f085eb miscel/stackopsw-201208.sh --- a/miscel/stackopsw-201208.sh Thu Sep 13 23:24:16 2012 +0200 +++ b/miscel/stackopsw-201208.sh Fri Sep 14 20:39:02 2012 +0200 @@ -40,7 +40,7 @@ # freetype libidn perl-locale spamassassin # Variables -#ARCFIX=amd64-suse12.1 +#ARCFIX=amd64-suse12.2 #ARCFIX=amd64-solaris11 ARCFIX=$1 PREFIX=$2 @@ -48,7 +48,7 @@ # Sanity check if [ ! $ARCFIX ]; then - echo 'Error: Arch spec "amd64-suse12.1" or similar needed as first argument.' + echo 'Error: Arch spec "amd64-suse12.2" or similar needed as first argument.' exit 1 fi if [ ! $PREFIX ]; then @@ -60,7 +60,7 @@ # Usage intro echo 'This is a OpenPKG installation script for instance /opsw' -echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.1"' +echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.2"' echo '...or whatever other string as the first argument. The script' echo 'will install the Europalab 20120800 basis stack.' echo ''