Create /etc/nginx directory in make install
This commit is contained in:
3
Makefile
3
Makefile
@@ -25,4 +25,5 @@ tarball: $(RPM_SOURCEDIR)/$(NAME)-$(VERSION).tar.gz
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
install -m 644 --target-directory=$(DESTDIR)/$(RPM_SYSCONFDIR)/nginx nginx.conf
|
||||
install --directory $(DESTDIR)$(RPM_SYSCONFDIR)/nginx
|
||||
install --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/nginx nginx.conf
|
||||
|
||||
Reference in New Issue
Block a user