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 --- src/patch-install-cd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/patch-install-cd.sh') 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