a5bd9f6
From 680fda34242aa0a152bb92d20af9c4bca01a0a12 Mon Sep 17 00:00:00 2001
a5bd9f6
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
a5bd9f6
Date: Sat, 13 Apr 2013 02:02:19 +0200
a5bd9f6
Subject: [PATCH 297/364] 	* util/grub-mkrescue.in: Fix wrong
a5bd9f6
 architecture for ppc dir.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog             | 4 ++++
a5bd9f6
 util/grub-mkrescue.in | 2 +-
a5bd9f6
 2 files changed, 5 insertions(+), 1 deletion(-)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index 80067df..980dbbf 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,5 +1,9 @@
a5bd9f6
 2013-04-12  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
 
a5bd9f6
+	* util/grub-mkrescue.in: Fix wrong architecture for ppc dir.
a5bd9f6
+
a5bd9f6
+2013-04-12  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
+
a5bd9f6
 	Better support Apple Intel Macs on CD.
a5bd9f6
 
a5bd9f6
 2013-04-12  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
diff --git a/util/grub-mkrescue.in b/util/grub-mkrescue.in
a5bd9f6
index 6a38f84..a244b2a 100644
a5bd9f6
--- a/util/grub-mkrescue.in
a5bd9f6
+++ b/util/grub-mkrescue.in
a5bd9f6
@@ -286,7 +286,7 @@ if [ "${override_dir}" = "" ] ; then
a5bd9f6
         process_input_dir "${loongson_dir}" mipsel-loongson
a5bd9f6
     fi
a5bd9f6
     if test -e "${ppc_dir}" ; then
a5bd9f6
-        process_input_dir "${ppc_dir}" mipsel-loongson
a5bd9f6
+        process_input_dir "${ppc_dir}" powerpc-ieee1275
a5bd9f6
     fi
a5bd9f6
 else
a5bd9f6
     . "${override_dir}"/modinfo.sh
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6