From: Barış Metin Date: Thu, 25 Mar 2010 14:39:29 +0000 (+0000) Subject: fix: setup.py depends on files with relative paths. X-Git-Tag: sfa-0.9-11~43 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=953ea9b586332b3de0a7c88076366126980bad61;p=sfa.git fix: setup.py depends on files with relative paths. OTOH, do we really need to provide the dependency with the package? --- diff --git a/Makefile b/Makefile index 66219b0f..92f7db8b 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,10 @@ keyconvert-clean: python: xmlbuilder-install: - python xmlbuilder-0.9/setup.py install - + cd xmlbuilder-0.9 + python setup.py install + cd - + python-install: python setup.py install --root=$(DESTDIR) chmod 444 $(DESTDIR)/etc/sfa/default_config.xml