From ddec63c4d4888d44ac87c213d09afde3e667ce09 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Wed, 29 May 2013 15:00:41 +0200 Subject: [PATCH] Fixed cleanup --- src/build/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index 65c7f0cb12..30880892ae 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -196,7 +196,7 @@ cd "$DIR" echo -n "[INFO] Cleaning up..." rm -r -f install_data/ >> "$DIR/install.log" 2>&1 mv php5/bin/php bin/php -rm -r -f php/ >> "$DIR/install.log" 2>&1 +rm -r -f php5/ >> "$DIR/install.log" 2>&1 date >> "$DIR/install.log" 2>&1 echo " done!" echo "[PocketMine] You should start the server now using \"./start.sh\""