summaryrefslogtreecommitdiff
path: root/src/patch-install-cd.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-10-31 16:18:58 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-10-31 16:18:58 +0100
commit9572d5ef6fbcb3a835bce8cf65959d7e537891db (patch)
tree913f407f35477e4436d88d7cc8e82676c83f2521 /src/patch-install-cd.sh
parent6c37925a68ef5d8fe4539262d44e4df29c51a319 (diff)
fixes for new lib location
Diffstat (limited to 'src/patch-install-cd.sh')
-rwxr-xr-xsrc/patch-install-cd.sh4
1 files changed, 2 insertions, 2 deletions
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