[libvirt] [PATCH] Install virtlockd.{socket, service} non executable

Eric Blake eblake at redhat.com
Thu Jan 3 23:37:51 UTC 2013


On 01/03/2013 03:05 PM, Guido Günther wrote:
> since they're not scripts but systemd service files.
> ---
>  src/Makefile.am |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

ACK.

> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index f7a9b91..0cfc1ed 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -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
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130103/f8070838/attachment-0001.sig>


More information about the libvir-list mailing list