summarylogtreecommitdiffstats
path: root/install.patch
blob: df7a52f80c07c7ce9f5f1839079daf49a8dcd040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff a/Makefile.in b/Makefile.in
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,7 +20,7 @@ distclean: clean-local
 	cd doc && $(MAKE) distclean
 
 install:
-	@python@ setup.py inst @prefix@
+	@python@ setup.py install --root=$(DESTDIR) --prefix=@prefix@
 
 tar:
 	git archive --format=tar HEAD | gzip -9 > rubber-@version@.tar.gz