From aef60a91f36974b2b054cd6f6296615a2553bf4c Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 16 Nov 2008 19:06:21 +0100 Subject: updated HOWTO for install using packages, got rid of patch-install-cd script + renamed fifa into aif everywhere --- src/patch-install-cd.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 src/patch-install-cd.sh (limited to 'src/patch-install-cd.sh') diff --git a/src/patch-install-cd.sh b/src/patch-install-cd.sh deleted file mode 100755 index 849c0fa..0000000 --- a/src/patch-install-cd.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -echo "Installing fifa into the installcd vfs ..." -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/core /home/arch/fifa/ -cp -ax $SRC_DIR/user /home/arch/fifa/ -cp -ax $SRC_DIR/runtime /home/arch/fifa/ -cp -ax $GIT_DIR/HOWTO /home/arch/fifa/docs/ -cp -ax $GIT_DIR/README /home/arch/fifa/docs/ - - -if [ "$1" = unofficial ] -then - echo "Installing dieter's unofficial modules for fifa ..." - cp -ax $GIT_DIR/unofficial/modules/* /home/arch/fifa/user/ -fi - -echo Done -- cgit v1.2.3-54-g00ecf