##// END OF EJS Templates
setup: specify --prefix="" for install-home-bin to avoid badness with defaults...
Augie Fackler -
r20614:1bc68ff4 default
parent child Browse files
Show More
@@ -71,7 +71,7 b' install-doc: doc'
71 install-home: install-home-bin install-home-doc
71 install-home: install-home-bin install-home-doc
72
72
73 install-home-bin: build
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 install-home-doc: doc
76 install-home-doc: doc
77 cd doc && $(MAKE) $(MFLAGS) PREFIX="$(HOME)" install
77 cd doc && $(MAKE) $(MFLAGS) PREFIX="$(HOME)" install
General Comments 0
You need to be logged in to leave comments. Login now