##// END OF EJS Templates
Respect the DESTDIR variable during 'make install'...
Dévai Tamás -
r10961:ce6d56b9 default
parent child Browse files
Show More
@@ -51,7 +51,7 b' clean:'
51 install: install-bin install-doc
51 install: install-bin install-doc
52
52
53 install-bin: build
53 install-bin: build
54 $(PYTHON) setup.py $(PURE) install --prefix="$(PREFIX)" --force
54 $(PYTHON) setup.py $(PURE) install --root="$(DESTDIR)/" --prefix="$(PREFIX)" --force
55
55
56 install-doc: doc
56 install-doc: doc
57 cd doc && $(MAKE) $(MFLAGS) install
57 cd doc && $(MAKE) $(MFLAGS) install
General Comments 0
You need to be logged in to leave comments. Login now