miscel/stackopkg-201208.sh

changeset 681
d3d754f085eb
parent 647
e548eae379aa
child 697
86fbe197f71a
     1.1 --- a/miscel/stackopkg-201208.sh	Thu Sep 13 23:24:16 2012 +0200
     1.2 +++ b/miscel/stackopkg-201208.sh	Fri Sep 14 20:39:02 2012 +0200
     1.3 @@ -23,7 +23,7 @@
     1.4  # gc              libksba        pkgconfig
     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 @@ -31,7 +31,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 @@ -43,7 +43,7 @@
    1.22  
    1.23  # Usage intro
    1.24  echo 'This is a OpenPKG installation script for instance /opkg'
    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 ''

mercurial