mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 21:42:27 +01:00 
			
		
		
		
	deploy fix
Change-Id: Ibb24bcb44ddeeb3adcf19ecffc1d76f0dde7b3a8 Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
|  |  | ||||||
| server { | server { | ||||||
|         server_name  HOSTNAME; |         server_name HOSTNAME; | ||||||
|  |  | ||||||
|         root /var/www/piler; |         root /var/www/piler; | ||||||
|  |  | ||||||
|   | |||||||
| @@ -31,7 +31,6 @@ all: | |||||||
|  |  | ||||||
| install: | install: | ||||||
| 	$(INSTALL) -m 0640 -g $(RUNNING_GROUP) $(srcdir)/piler.conf $(DESTDIR)$(sysconfdir)/piler/piler.conf.dist | 	$(INSTALL) -m 0640 -g $(RUNNING_GROUP) $(srcdir)/piler.conf $(DESTDIR)$(sysconfdir)/piler/piler.conf.dist | ||||||
| 	if [ ! -f "$(DESTDIR)$(sysconfdir)/piler/piler.conf" ]; then $(INSTALL) -m 0640 -g $(RUNNING_GROUP) $(srcdir)/piler.conf $(DESTDIR)$(sysconfdir)/piler/piler.conf; fi |  | ||||||
| 	sed -e 's%LOCALSTATEDIR%$(localstatedir)%g' $(srcdir)/sphinx.conf.in > sphinx.conf.dist | 	sed -e 's%LOCALSTATEDIR%$(localstatedir)%g' $(srcdir)/sphinx.conf.in > sphinx.conf.dist | ||||||
| 	$(INSTALL) -m 0644 -g $(RUNNING_GROUP) $(srcdir)/sphinx.conf.dist $(DESTDIR)$(sysconfdir)/piler/sphinx.conf.dist | 	$(INSTALL) -m 0644 -g $(RUNNING_GROUP) $(srcdir)/sphinx.conf.dist $(DESTDIR)$(sysconfdir)/piler/sphinx.conf.dist | ||||||
| 	$(INSTALL) -m 0644 -g $(RUNNING_GROUP) $(srcdir)/config-site.dist.php $(DESTDIR)$(sysconfdir)/piler/config-site.dist.php | 	$(INSTALL) -m 0644 -g $(RUNNING_GROUP) $(srcdir)/config-site.dist.php $(DESTDIR)$(sysconfdir)/piler/config-site.dist.php | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user