updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / 3to2-hg / Makefile.patch
blobb75337ddd438d40582b007ffb6a0dd4dabe7a6a6
1 --- Makefile.orig 2011-02-23 18:10:10.000000000 -0500
2 +++ Makefile 2011-02-23 18:12:23.000000000 -0500
3 @@ -1,6 +1,7 @@
4 PYVERSION = python2.7
5 SETUP = ./setup.py
6 FIND = find
7 +DESTDIR ?= /
9 .PHONY: dist install test install-local test-local uninstall-local clean dangerously-clean
11 @@ -18,8 +19,8 @@ uninstall-local:
12 test-local: uninstall-local install-local
13 $(PYVERSION) $(HOME)/.local/lib/$(PYVERSION)/site-packages/lib3to2/tests/test_all_fixers.py
15 -install:
16 - $(SETUP) install
17 +install:
18 + $(SETUP) install --root=$(DESTDIR)
20 test:
21 lib3to2/tests/test_all_fixers.py