From e0f653e2e7f267fcf6647e6903027f303f50ae43 Mon Sep 17 00:00:00 2001 From: sminnee Date: Thu, 20 Nov 2008 03:43:26 +0000 Subject: [PATCH] BUGFIX: Fixed buildbot makefile for new installer git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.3@66295 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a42f217..cdfc7ed 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,5 @@ test: clean install $(MAKE) -C sapphire test clean: - if [ -f .htaccess ]; then rm .htaccess; fi - touch .htaccess - if [ -f mysite/_config.php ]; then rm mysite/_config.php; fi + svn revert .htaccess + svn revert mysite/_config.php