Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:pending commit in: targets/support/
Date: Thu, 01 Jan 2015 05:59:09
Message-Id: 1419432231.33491e71001e1071e7dc331bd183ff7b0d394ba1.dolsen@gentoo
1 commit: 33491e71001e1071e7dc331bd183ff7b0d394ba1
2 Author: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 24 14:43:51 2014 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 24 14:43:51 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=33491e71
7
8 Fix syntax error
9
10 ---
11 targets/support/create-iso.sh | 1 +
12 1 file changed, 1 insertion(+)
13
14 diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
15 index 7454adb..d4fd834 100755
16 --- a/targets/support/create-iso.sh
17 +++ b/targets/support/create-iso.sh
18 @@ -10,6 +10,7 @@ case ${clst_hostarch} in
19 alpha)
20 cdmaker="genisoimage"
21 cdmakerpkg="app-cdr/cdrkit"
22 + ;;
23 mips)
24 cdmaker="sgibootcd"
25 cdmakerpkg="sys-boot/sgibootcd"