commit: 7c54fff486a3b37992381fae81aacec72328c0f3
Author: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 28 11:39:59 2014 +0000
Commit: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 28 11:39:59 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=7c54fff4
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 2ee207e..53a0670 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)