summaryrefslogtreecommitdiff
path: root/src/patch-install-cd.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-16 19:06:21 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-16 19:06:21 +0100
commitaef60a91f36974b2b054cd6f6296615a2553bf4c (patch)
tree5e38e127482fdf1de41924ec25668ad14407d85f /src/patch-install-cd.sh
parentd8b38a0768f6e71dec55d4d70d4dca74327a7420 (diff)
updated HOWTO for install using packages, got rid of patch-install-cd script + renamed fifa into aif everywhere
Diffstat (limited to 'src/patch-install-cd.sh')
-rwxr-xr-xsrc/patch-install-cd.sh21
1 files changed, 0 insertions, 21 deletions
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