Makefile: install systemd file without executable permissions
This commit is contained in:
parent
f6ec1e4476
commit
f9e0066c8d
2
Makefile
2
Makefile
@ -75,7 +75,7 @@ install-initscript: $(pck_initscript)
|
|||||||
$(INSTALL_DIR) $(DESTDIR)$(initrddir)
|
$(INSTALL_DIR) $(DESTDIR)$(initrddir)
|
||||||
$(INSTALL_DIR) $(DESTDIR)$(systemdunitdir)
|
$(INSTALL_DIR) $(DESTDIR)$(systemdunitdir)
|
||||||
$(INSTALL_SCRIPT) $^ $(DESTDIR)$(initrddir)/$(PACKAGE)
|
$(INSTALL_SCRIPT) $^ $(DESTDIR)$(initrddir)/$(PACKAGE)
|
||||||
$(INSTALL_SCRIPT) postplug/postplug-service $(DESTDIR)$(systemdunitdir)/postplug.service
|
$(INSTALL_DATA) postplug/postplug-service $(DESTDIR)$(systemdunitdir)/postplug.service
|
||||||
|
|
||||||
install-logrotate: $(pck_logrotate)
|
install-logrotate: $(pck_logrotate)
|
||||||
@echo "installing logrotate file...";\
|
@echo "installing logrotate file...";\
|
||||||
|
Loading…
Reference in New Issue
Block a user