fix: setup.py depends on files with relative paths.
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Thu, 25 Mar 2010 14:39:29 +0000 (14:39 +0000)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Thu, 25 Mar 2010 14:39:29 +0000 (14:39 +0000)
OTOH, do we really need to provide the dependency with the package?

Makefile

index 66219b0..92f7db8 100644 (file)
--- 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