From: Barış Metin <Talip-Baris.Metin@sophia.inria.fr>
Date: Thu, 25 Mar 2010 15:15:20 +0000 (+0000)
Subject: pass --root to get it installed in RPM BUILDROOT
X-Git-Tag: sfa-0.9-11~42
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=dbee2b7804022e1e58f0bac6a0117585f28d8c76;p=sfa.git

pass --root to get it installed in RPM BUILDROOT
---

diff --git a/Makefile b/Makefile
index 92f7db8b..3d3fc9a0 100644
--- a/Makefile
+++ b/Makefile
@@ -29,9 +29,7 @@ keyconvert-clean:
 python: 
 
 xmlbuilder-install:
-	cd xmlbuilder-0.9
-	python setup.py install 
-	cd -
+	cd xmlbuilder-0.9 && python setup.py install --root=$(DESTDIR) && cd -
 
 python-install:
 	python setup.py install --root=$(DESTDIR)