mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
Install virtlockd.{socket,service} non executable
since they're not scripts but systemd service files.
This commit is contained in:
parent
b7a443fcbb
commit
66ff2ddc29
@ -1687,9 +1687,9 @@ DISTCLEANFILES += virtlockd.service virtlockd.socket
|
||||
|
||||
install-systemd: virtlockd.service virtlockd.socket install-sysconfig
|
||||
$(MKDIR_P) $(DESTDIR)$(SYSTEMD_UNIT_DIR)
|
||||
$(INSTALL_SCRIPT) virtlockd.service \
|
||||
$(INSTALL_DATA) virtlockd.service \
|
||||
$(DESTDIR)$(SYSTEMD_UNIT_DIR)/
|
||||
$(INSTALL_SCRIPT) virtlockd.socket \
|
||||
$(INSTALL_DATA) virtlockd.socket \
|
||||
$(DESTDIR)$(SYSTEMD_UNIT_DIR)/
|
||||
|
||||
uninstall-systemd: uninstall-sysconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user