diff options
Diffstat (limited to 'src/patch-install-cd.sh')
-rwxr-xr-x | src/patch-install-cd.sh | 4 |
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 |