[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 96fb873367a705202d37cb3f3b58055c6a3c891e

Joachim Breitner mail at joachim-breitner.de
Tue Dec 2 22:05:44 UTC 2008


The following commit has been merged in the master branch:
commit 96fb873367a705202d37cb3f3b58055c6a3c891e
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Dec 2 23:05:29 2008 +0100

    slight code simplification

diff --git a/install.sh b/install.sh
index 0590174..8506851 100755
--- a/install.sh
+++ b/install.sh
@@ -648,7 +648,7 @@ echo "I: Kernel installed"
 if [ "$QI" = "true" ]; then
 	echo "Prepare system for booting with Qi"
 	mkdir $INST_DIR/boot/boot
-	( cd $INST_DIR/boot/boot && ln -s ../uImage.bin uImage-GTA02.bin )
+	ln -s ../uImage.bin $INST_DIR/boot/boot/uImage-GTA02.bin
 	
 	if [ "$QI_VERBOSE_BOOT" = "true" ]; then
 		echo "root=${SD_DEVICE}p2 console=tty0 loglevel=8" >$INST_DIR/boot/boot/append-GTA02

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list