summaryrefslogtreecommitdiff
path: root/src/patch-install-cd.sh
blob: 47b222bbf94719d9e9610b66189ed66f82c4a765 (plain)
1
2
3
4
5
6
#!/bin/sh
SRC_DIR=`dirname $0` # the src directory in the git clone 
mkdir /home/arch/fifa/
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