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
This commit is contained in:
sminnee 2008-11-20 03:43:26 +00:00 committed by Sam Minnee
parent 1b1e5870f2
commit e0f653e2e7

View File

@ -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