Project

General

Profile

Revision ed1418f0

IDed1418f0aa6b4fa9ce74511f5db048ce09c882c1
Parent 9525c08a
Child 5627afd6

Added by Thomas BURGUIERE over 13 years ago

correction

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

View differences:

Makefile
13 13

  
14 14
deployment/%: deployment/%.in
15 15
	sed -e 's,@SYSCONFDIR@,$(SYSCONFDIR),g' \
16
        -e 's,@LOCALSTATEDIR@,$(LOCALSTATEDIR),g' $^ > $@
16
	    -e 's,@LOCALSTATEDIR@,$(LOCALSTATEDIR),g' $^ > $@
17 17

  
18 18
install: build install_python install_data
19 19
install_pkg: build install_python_pkg install_data
20 20

  
21 21
install_python: $(PYTHON) $(SUBST_FILES)
22
	$(PYTHON) setup.py install --record=INSTALLED_FILES
22
	$(PYTHON) setup.py install --single-version-externally-managed --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