Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-initramfs.git;a=commitdiff;h=12d2797f79391f32f49779d4d2e82e4b96401934

commit 12d2797f79391f32f49779d4d2e82e4b96401934
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Sun Feb 21 12:50:46 2010 +0100

*use current dir HOMESOURCE=`pwd`

diff --git a/create_initramfs.sh b/create_initramfs.sh
index 94415f2..e6cabbe 100755
--- a/create_initramfs.sh
+++ b/create_initramfs.sh
@@ -9,7 +9,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

-HOMESOURCE=/usr/share/fw-initramfs/
+HOMESOURCE=`pwd`

. $HOMESOURCE/default.sh
. $HOMESOURCE/create_functions.sh
diff --git a/create_static.sh b/create_static.sh
index a60c83d..88b7f28 100644
--- a/create_static.sh
+++ b/create_static.sh
@@ -9,7 +9,8 @@
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#GNU General Public License for more details.

-HOMESOURCE=/usr/share/fw-initramfs/
+HOMESOURCE=`pwd`
+
. $HOMESOURCE/default.sh
. $HOMESOURCE/create_functions.sh
. $HOMESOURCE/modules.sh
diff --git a/create_usblive.sh b/create_usblive.sh
index b07bffd..7828ccd 100755
--- a/create_usblive.sh
+++ b/create_usblive.sh
@@ -9,7 +9,7 @@
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#GNU General Public License for more details.

-HOMESOURCE=/usr/share/fw-initramfs/
+HOMESOURCE=`pwd`
MNTTMP=/tmp/usbkey/
DIRTEMP=/tmp/init/
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to