mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-27 22:02:20 +00:00
build: .service files don't need to be executable
See also commit 66ff2dd, where we avoided installing these files as executables. * daemon/Makefile.am (libvirtd.service): Drop chmod. * tools/Makefile.am (libvirt-guests.service): Likewise. * src/Makefile.am (virtlockd.service, virtlockd.socket): Likewise. (cherry picked from commit 5ec4b22b777b4505d159c6e8d1631d4d774a7be7) Conflicts: src/Makefile.am - virtlockd.service not present in 0.10.2
This commit is contained in:
parent
b8279deda7
commit
1a32232e57
@ -348,7 +348,6 @@ libvirtd.service: libvirtd.service.in $(top_builddir)/config.status
|
||||
-e 's|[@]sbindir[@]|$(sbindir)|g' \
|
||||
-e 's|[@]sysconfdir[@]|$(sysconfdir)|g' \
|
||||
< $< > $@-t && \
|
||||
chmod a+x $@-t && \
|
||||
mv $@-t $@
|
||||
|
||||
|
||||
|
@ -260,7 +260,6 @@ libvirt-guests.service: libvirt-guests.service.in $(top_builddir)/config.status
|
||||
-e 's|[@]sysconfdir[@]|$(sysconfdir)|g' \
|
||||
-e 's|[@]libexecdir[@]|$(libexecdir)|g' \
|
||||
< $< > $@-t && \
|
||||
chmod a+x $@-t && \
|
||||
mv $@-t $@
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user