Its called powerpc not ppc
authorAlexander Wirt <formorer@grml.org>
Sun, 16 Sep 2007 07:47:43 +0000 (09:47 +0200)
committerAlexander Wirt <formorer@grml.org>
Sun, 16 Sep 2007 07:47:43 +0000 (09:47 +0200)
grml-live

index 57b5e10..05b7c40 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -190,7 +190,7 @@ if [ "$ARCH" = x86 ] ; then
 elif [ "$ARCH" = amd64 ] ; then
     echo 'Warning: gebi, it is your turn. :)'>2
 # ppc:
-elif [ "$ARCH" = ppc ] ; then
+elif [ "$ARCH" = powerpc ] ; then
     echo 'Warning: formorer, it is your turn. :)'>2
 # unsuported:
 else