summaryrefslogtreecommitdiff
path: root/src/patch-install-cd.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-01 15:28:31 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-01 15:28:31 +0100
commitbe51a82937fda8db0b758100f58b0bb48b6a98bb (patch)
tree4c72268c979a6383310611252fcea4d10c400b50 /src/patch-install-cd.sh
parentd4b0f4f47ad4a7c8398e3efd1f131895bdcc11b4 (diff)
stupid path bug fix when executing patch-install-cd multiple times
Diffstat (limited to 'src/patch-install-cd.sh')
-rwxr-xr-xsrc/patch-install-cd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch-install-cd.sh b/src/patch-install-cd.sh
index a0158ae..c3016e5 100755
--- a/src/patch-install-cd.sh
+++ b/src/patch-install-cd.sh
@@ -4,6 +4,6 @@ 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 $SRC_DIR/lib /home/arch/fifa/
cp -ax $GIT_DIR/HOWTO /home/arch/fifa/docs/
cp -ax $GIT_DIR/README /home/arch/fifa/docs/