Gentoo Archives: gentoo-commits

From: "Raúl Porcel" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:2.X commit in: targets/support/
Date: Fri, 28 Nov 2014 11:41:39
Message-Id: 1417174888.5fcc351d0cdc830e1291408f45024c02e6cb1bf7.armin76@gentoo
1 commit: 5fcc351d0cdc830e1291408f45024c02e6cb1bf7
2 Author: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 28 11:41:28 2014 +0000
4 Commit: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 28 11:41:28 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=5fcc351d
7
8 Fix name of system.map for sparc
9
10 ---
11 targets/support/netboot2-final.sh | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/targets/support/netboot2-final.sh b/targets/support/netboot2-final.sh
15 index 7f85538..418d70b 100755
16 --- a/targets/support/netboot2-final.sh
17 +++ b/targets/support/netboot2-final.sh
18 @@ -51,7 +51,7 @@ case ${clst_hostarch} in
19 fi
20 for x in ${clst_boot_kernel}; do
21 elftoaout ${clst_target_path}/kernels/${x} -o ${clst_target_path}${x}-a.out
22 - ${piggyback} ${clst_target_path}/${x}-a.out ${clst_target_path}kernels/misc/System.map-${x} ${clst_target_path}kernels/misc/${x}.igz
23 + ${piggyback} ${clst_target_path}/${x}-a.out ${clst_target_path}kernels/misc/System-${x}.map ${clst_target_path}kernels/misc/${x}.igz
24 done
25 ;;
26 ia64)