# HG changeset patch # User Michael Schloh von Bennewitz # Date 1347902822 -7200 # Node ID 106023deee591bb4993f2cc9ea48b8f01c9d4cc2 # Parent 8a33eac2798bf54264aaf5dcd3b401cc81189522 Merge OpenSUSE release correction and latest package updates branches. diff -r 8a33eac2798b -r 106023deee59 miscel/stackopdv-201208.sh --- a/miscel/stackopdv-201208.sh Mon Sep 17 19:20:09 2012 +0200 +++ b/miscel/stackopdv-201208.sh Mon Sep 17 19:27:02 2012 +0200 @@ -30,7 +30,7 @@ # expat libxml # Variables -#ARCFIX=amd64-suse12.1 +#ARCFIX=amd64-suse12.2 #ARCFIX=amd64-solaris11 ARCFIX=$1 PREFIX=$2 @@ -38,7 +38,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 @@ -50,7 +50,7 @@ # Usage intro echo 'This is a OpenPKG installation script for instance /opdv' -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 '' diff -r 8a33eac2798b -r 106023deee59 miscel/stackopkg-201208.sh --- a/miscel/stackopkg-201208.sh Mon Sep 17 19:20:09 2012 +0200 +++ b/miscel/stackopkg-201208.sh Mon Sep 17 19:27:02 2012 +0200 @@ -23,7 +23,7 @@ # gc libksba pkgconfig # Variables -#ARCFIX=amd64-suse12.1 +#ARCFIX=amd64-suse12.2 #ARCFIX=amd64-solaris11 ARCFIX=$1 PREFIX=$2 @@ -31,7 +31,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 @@ -43,7 +43,7 @@ # Usage intro echo 'This is a OpenPKG installation script for instance /opkg' -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 '' diff -r 8a33eac2798b -r 106023deee59 miscel/stackopsw-201208.sh --- a/miscel/stackopsw-201208.sh Mon Sep 17 19:20:09 2012 +0200 +++ b/miscel/stackopsw-201208.sh Mon Sep 17 19:27: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 ''