From 299ec2a59de5a449c969c53598e070b69133ce48 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 1 Nov 2008 11:23:38 +0100 Subject: install docs also in /home/arch/fifa --- README | 3 ++- src/patch-install-cd.sh | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index 2360655..1dd4b7a 100644 --- a/README +++ b/README @@ -25,4 +25,5 @@ together to come up with the installation procedure of your liking. ** File locations (on the install CD): ** * fifa.sh -> /arch/fifa.sh (together with the default installer scripts) * libraries -> /home/arch/fifa/lib -* all other files (profiles, package lists,...) used by/for this script -> /home/arch/fifa +* docs -> /home/arch/fifa/docs +* all other files (profiles, package lists, ...) used by/for this script -> /home/arch/fifa 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/ -- cgit v1.2.3-54-g00ecf