commit:     5fcc351d0cdc830e1291408f45024c02e6cb1bf7
Author:     Raúl Porcel <armin76 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 28 11:41:28 2014 +0000
Commit:     Raúl Porcel <armin76 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 28 11:41:28 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=5fcc351d

Fix name of system.map for sparc

---
 targets/support/netboot2-final.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/netboot2-final.sh 
b/targets/support/netboot2-final.sh
index 7f85538..418d70b 100755
--- a/targets/support/netboot2-final.sh
+++ b/targets/support/netboot2-final.sh
@@ -51,7 +51,7 @@ case ${clst_hostarch} in
                fi
                for x in ${clst_boot_kernel}; do
                        elftoaout ${clst_target_path}/kernels/${x} -o 
${clst_target_path}${x}-a.out
-                       ${piggyback} ${clst_target_path}/${x}-a.out 
${clst_target_path}kernels/misc/System.map-${x} 
${clst_target_path}kernels/misc/${x}.igz
+                       ${piggyback} ${clst_target_path}/${x}-a.out 
${clst_target_path}kernels/misc/System-${x}.map 
${clst_target_path}kernels/misc/${x}.igz
                done
                ;;
        ia64)

Reply via email to