summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/fifa.sh2
-rwxr-xr-xsrc/patch-install-cd.sh4
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