commit: 1e853f359d95c1f3a136184c9b125f9d1b7b9581
Author: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 28 11:40:28 2014 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 23:36:01 2015 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=1e853f35
Fix name of system.map for sparc
targets/support/netboot2-final.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/targets/support/netboot2-final.sh
b/targets/support/netboot2-final.sh
index 3a872a9..94b86e1 100755
--- a/targets/support/netboot2-final.sh
+++ b/targets/support/netboot2-final.sh
@@ -50,8 +50,8 @@ case ${clst_hostarch} in
piggyback=piggyback64
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-${x}.map
${clst_target_path}kernels/misc/${x}.igz
+ 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-${x}.map
${clst_target_path}/kernels/misc/${x}.igz
done
;;
ia64)