From 4019db7a540d6dfcef6431cfc11ca748595e2ca1 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 2 Nov 2008 22:04:36 +0100 Subject: file hierarchy overhaul. now a structure that makes more sense: user and core separated. we now differentiate between procedures and libraries - no more "profiles" - + some bug fixed + probably quite a few introduced + runtime directory + separated my own stuff more --- src/patch-install-cd.sh | 7 +++++-- 1 file changed, 5 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 c3016e5..5398657 100755 --- a/src/patch-install-cd.sh +++ b/src/patch-install-cd.sh @@ -3,7 +3,10 @@ SRC_DIR=`dirname $0` # the src directory in the git clone 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/ + +cp -ax $SRC_DIR/core /home/arch/fifa/ +cp -ax $SRC_DIR/user /home/arch/fifa/ +cp -ax $SRC_DIR/runtime /home/arch/fifa/ +cp -ax $GIT_DIR/dieter /home/arch/fifa/user cp -ax $GIT_DIR/HOWTO /home/arch/fifa/docs/ cp -ax $GIT_DIR/README /home/arch/fifa/docs/ -- cgit v1.2.3-54-g00ecf