fix install script
This commit is contained in:
6
Run.sh
6
Run.sh
@@ -7,9 +7,9 @@ DEFAULT_CFG_FILE=UnrealTournament.ini
|
||||
|
||||
|
||||
function install() {
|
||||
cp $SCRIPT_DIR/Help $OUTPUT_DIR/Help -R
|
||||
cp $SCRIPT_DIR/System $OUTPUT_DIR/System -R
|
||||
cp $SCRIPT_DIR/Textures $OUTPUT_DIR/Textures -R
|
||||
rsync -a $SCRIPT_DIR/Help $OUTPUT_DIR/Help
|
||||
rsync -a $SCRIPT_DIR/System $OUTPUT_DIR/System
|
||||
rsync -a $SCRIPT_DIR/Textures $OUTPUT_DIR/Textures
|
||||
|
||||
echo install ok
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user