diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-10-31 16:18:58 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-10-31 16:18:58 +0100 |
commit | 9572d5ef6fbcb3a835bce8cf65959d7e537891db (patch) | |
tree | 913f407f35477e4436d88d7cc8e82676c83f2521 /src | |
parent | 6c37925a68ef5d8fe4539262d44e4df29c51a319 (diff) |
fixes for new lib location
Diffstat (limited to 'src')
-rwxr-xr-x | src/fifa.sh | 2 | ||||
-rwxr-xr-x | src/patch-install-cd.sh | 4 |
2 files changed, 3 insertions, 3 deletions
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 |