From: Stefan Bund Date: Mon, 19 Oct 2009 14:00:03 +0000 (+0200) Subject: Update 'make init' to fix absolute pathnames after renaming a buildout directory X-Git-Url: http://g0dil.de/git?p=zope-bootstrap.git;a=commitdiff_plain;h=9f359ddfc126d2043de071fc1660cc88ba88af63 Update 'make init' to fix absolute pathnames after renaming a buildout directory --- diff --git a/Makefile b/Makefile index 2480418..11ca204 100644 --- a/Makefile +++ b/Makefile @@ -60,10 +60,9 @@ buildout.cfg: $(PASTER) create --no-interactive -t plone3_buildout . zope_password=admin touch .buildout.stamp -bootstrap: .bootstrap.stamp -.bootstrap.stamp: +bootstrap: + sed -i -e '1s/^#!.*\/python/$(subst /,\/,$(PYTHON))/' $(PYTHON_DIR)/bin/* $(PYTHON) bootstrap.py - touch .bootstrap.stamp .gitignore: @echo "python/" >.gitignore