From be51a82937fda8db0b758100f58b0bb48b6a98bb Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 1 Nov 2008 15:28:31 +0100 Subject: stupid path bug fix when executing patch-install-cd multiple times --- src/patch-install-cd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/patch-install-cd.sh') 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/ -- cgit v1.2.3-54-g00ecf