commit:     15fdc8f6faf3f781eebc561d9c2102de01bff8c5
Author:     Raúl Porcel <armin76 <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 24 14:42:42 2014 +0000
Commit:     Raúl Porcel <armin76 <AT> gentoo <DOT> org>
CommitDate: Wed Dec 24 14:42:42 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=15fdc8f6

Fix syntax error

---
 targets/support/create-iso.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 7454adb..d4fd834 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -10,6 +10,7 @@ case ${clst_hostarch} in
        alpha)
                cdmaker="genisoimage"
                cdmakerpkg="app-cdr/cdrkit"
+               ;;
        mips)
                cdmaker="sgibootcd"
                cdmakerpkg="sys-boot/sgibootcd"

Reply via email to