summaryrefslogtreecommitdiff
path: root/src/patch-install-cd.sh
blob: a0158ae1ab8c0eb114f3cbae5c4073eb0139cf02 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
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/lib
cp -ax $GIT_DIR/HOWTO        /home/arch/fifa/docs/
cp -ax $GIT_DIR/README       /home/arch/fifa/docs/