Project

General

Profile

Revision 5627afd6

ID5627afd6245d73470e01de5cf0caa29d7fb27a97
Parent ed1418f0
Child 51c764dd

Added by Aurelien BOMPARD about 13 years ago

Annulation de la r6881: ne pas utiliser --single-version-externally-managed pour les installs manuelles

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@6885 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

Makefile
19 19
install_pkg: build install_python_pkg install_data
20 20

  
21 21
install_python: $(PYTHON) $(SUBST_FILES)
22
	$(PYTHON) setup.py install --single-version-externally-managed --record=INSTALLED_FILES
22
	$(PYTHON) setup.py install --record=INSTALLED_FILES
23 23
install_python_pkg: $(PYTHON)
24 24
	$(PYTHON) setup.py install --single-version-externally-managed --root=$(DESTDIR) --record=INSTALLED_FILES
25 25

  

Also available in: Unified diff