From 953ea9b586332b3de0a7c88076366126980bad61 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Thu, 25 Mar 2010 14:39:29 +0000 Subject: [PATCH] fix: setup.py depends on files with relative paths. OTOH, do we really need to provide the dependency with the package? --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.43.0