summaryrefslogtreecommitdiff
path: root/src/patch-install-cd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch-install-cd.sh')
-rwxr-xr-xsrc/patch-install-cd.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/patch-install-cd.sh b/src/patch-install-cd.sh
index 47b222b..a0158ae 100755
--- a/src/patch-install-cd.sh
+++ b/src/patch-install-cd.sh
@@ -1,6 +1,9 @@
#!/bin/sh
SRC_DIR=`dirname $0` # the src directory in the git clone
-mkdir /home/arch/fifa/
+GIT_DIR=`dirname $SRC_DIR` # the git clone dir itself
+mkdir -p /home/arch/fifa/docs
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
+cp -ax $GIT_DIR/HOWTO /home/arch/fifa/docs/
+cp -ax $GIT_DIR/README /home/arch/fifa/docs/