From 9572d5ef6fbcb3a835bce8cf65959d7e537891db Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 31 Oct 2008 16:18:58 +0100 Subject: fixes for new lib location --- README | 2 +- src/fifa.sh | 2 +- src/patch-install-cd.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index e532c55..2360655 100644 --- a/README +++ b/README @@ -24,5 +24,5 @@ together to come up with the installation procedure of your liking. ** File locations (on the install CD): ** * fifa.sh -> /arch/fifa.sh (together with the default installer scripts) -* libraries (eg lib-archboot) -> /arch/lib-archboot +* libraries -> /home/arch/fifa/lib * all other files (profiles, package lists,...) used by/for this script -> /home/arch/fifa diff --git a/src/fifa.sh b/src/fifa.sh index bc9020a..52635ca 100755 --- a/src/fifa.sh +++ b/src/fifa.sh @@ -91,7 +91,7 @@ echo "Welcome to $TITLE" mount -o remount,rw / &>/dev/null -load_library lib/lib-*.sh +load_library /home/arch/fifa/lib/lib-*.sh [ "$1" != base ] && load_profile base load_profile $1 diff --git a/src/patch-install-cd.sh b/src/patch-install-cd.sh index 65359a9..47b222b 100755 --- a/src/patch-install-cd.sh +++ b/src/patch-install-cd.sh @@ -1,6 +1,6 @@ #!/bin/sh SRC_DIR=`dirname $0` # the src directory in the git clone -cp -ax $SRC_DIR/fifa.sh /arch/fifa.sh -cp -ax $SRC_DIR/lib-archboot /arch/lib-archboot mkdir /home/arch/fifa/ +cp -ax $SRC_DIR/fifa.sh /arch/fifa.sh cp -ax $SRC_DIR/profiles/* /home/arch/fifa/ +cp -ax $SRC_DIR/lib /home/arch/fifa/lib -- cgit v1.2.3-54-g00ecf