The following commit has been merged in the master branch:
commit 392ff4f097f80b24180ad2316129afa125bface4
Author: Glenn Saberton <[EMAIL PROTECTED]>
Date:   Tue Sep 9 18:40:01 2008 +0800

    Change dir where build is done to current dir

diff --git a/build-eeepc.sh b/build-eeepc.sh
index 6ad8054..26d5e91 100755
--- a/build-eeepc.sh
+++ b/build-eeepc.sh
@@ -21,7 +21,7 @@
 #######################################################################
 
 # Variables
-BASEDIR=${BASEDIR:-$HOME/test}
+BASEDIR=${BASEDIR:-"$PWD"/test}
 KERNELVER=${KERNELVER:-2.6.26-1-486}
 DEBMIRROR=${DEBMIRROR:-http://ftp.us.debian.org}
 IMAGENAME=${IMAGENAME:-debian-eeepc.img}

-- 
custom debian-installer for EeePC

_______________________________________________
Debian-eeepc-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel

Reply via email to