Project

General

Profile

Revision fd3d2299

IDfd3d229948f1afcb9719d5152a8a9857b7a1c6a3
Parent 5fc27666
Child 434e0d8e

Added by Aurelien BOMPARD over 13 years ago

Réglage des permissions à l'install

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

View differences:

Makefile
11 11

  
12 12
install_files:
13 13
	$(PYTHON) setup.py install --single-version-externally-managed --root=$(DESTDIR) --record=INSTALLED_FILES
14
	chmod a+rX -R $(DESTDIR)$(PREFIX)/lib*/python*/*
15
	# Apache
14 16
	mkdir -p $(DESTDIR)$(HTTPD_DIR)
15 17
	ln -f -s $(SYSCONFDIR)/vigilo/$(NAME)/$(NAME).conf $(DESTDIR)$(HTTPD_DIR)/
16 18
	echo $(HTTPD_DIR)/$(NAME).conf >> INSTALLED_FILES

Also available in: Unified diff