1.1 --- a/miscel/stackopsw-201208.sh Thu Sep 13 23:24:16 2012 +0200 1.2 +++ b/miscel/stackopsw-201208.sh Fri Sep 14 20:39:02 2012 +0200 1.3 @@ -40,7 +40,7 @@ 1.4 # freetype libidn perl-locale spamassassin 1.5 1.6 # Variables 1.7 -#ARCFIX=amd64-suse12.1 1.8 +#ARCFIX=amd64-suse12.2 1.9 #ARCFIX=amd64-solaris11 1.10 ARCFIX=$1 1.11 PREFIX=$2 1.12 @@ -48,7 +48,7 @@ 1.13 1.14 # Sanity check 1.15 if [ ! $ARCFIX ]; then 1.16 - echo 'Error: Arch spec "amd64-suse12.1" or similar needed as first argument.' 1.17 + echo 'Error: Arch spec "amd64-suse12.2" or similar needed as first argument.' 1.18 exit 1 1.19 fi 1.20 if [ ! $PREFIX ]; then 1.21 @@ -60,7 +60,7 @@ 1.22 1.23 # Usage intro 1.24 echo 'This is a OpenPKG installation script for instance /opsw' 1.25 -echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.1"' 1.26 +echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.2"' 1.27 echo '...or whatever other string as the first argument. The script' 1.28 echo 'will install the Europalab 20120800 basis stack.' 1.29 echo ''