Show More
@@ -71,7 +71,7 b' install-doc: doc' | |||
|
71 | 71 | install-home: install-home-bin install-home-doc |
|
72 | 72 | |
|
73 | 73 | install-home-bin: build |
|
74 | $(PYTHON) setup.py $(PURE) install --home="$(HOME)" --force | |
|
74 | $(PYTHON) setup.py $(PURE) install --home="$(HOME)" --prefix="" --force | |
|
75 | 75 | |
|
76 | 76 | install-home-doc: doc |
|
77 | 77 | cd doc && $(MAKE) $(MFLAGS) PREFIX="$(HOME)" install |
General Comments 0
You need to be logged in to leave comments.
Login now