Project

General

Profile

Revision 97b58008

ID97b580080a444c28d5d279cefb6b991b3b365612
Parent 369a1177
Child 8f849903

Added by Aurelien BOMPARD almost 14 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
21 21

  
22 22
install: vigigraph/public/js/vigigraph.js
23 23
	$(PYTHON) setup.py install --single-version-externally-managed --root=$(DESTDIR) --record=INSTALLED_FILES
24
	chmod a+rX -R $(DESTDIR)$(PREFIX)/lib*/python*/*
25
	# Apache
24 26
	mkdir -p $(DESTDIR)$(HTTPD_DIR)
25 27
	ln -f -s $(SYSCONFDIR)/vigilo/$(NAME)/$(NAME).conf $(DESTDIR)$(HTTPD_DIR)/
26 28
	echo $(HTTPD_DIR)/$(NAME).conf >> INSTALLED_FILES

Also available in: Unified diff