summarylogtreecommitdiffstats
path: root/install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'install.patch')
-rw-r--r--install.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/install.patch b/install.patch
deleted file mode 100644
index df7a52f80c07..000000000000
--- a/install.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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