qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/3] Makefile: use $(confdir) instead of hardcod


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 1/3] Makefile: use $(confdir) instead of hardcoding $(sysconfdir)/qemu
Date: Wed, 21 Mar 2012 13:40:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1

Il 20/03/2012 21:15, Eduardo Habkost ha scritto:
> Signed-off-by: Eduardo Habkost <address@hidden>
> ---
>  Makefile |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 1bc3cb0..9d583c4 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -279,8 +279,8 @@ ifdef CONFIG_VIRTFS
>       $(INSTALL_DATA) fsdev/virtfs-proxy-helper.1 "$(DESTDIR)$(mandir)/man1"
>  endif
>  install-sysconfig:
> -     $(INSTALL_DIR) "$(DESTDIR)$(sysconfdir)/qemu"
> -     $(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/target-x86_64.conf 
> "$(DESTDIR)$(sysconfdir)/qemu"
> +     $(INSTALL_DIR) "$(DESTDIR)$(confdir)"
> +     $(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/target-x86_64.conf 
> "$(DESTDIR)$(confdir)"
>  
>  install: all $(if $(BUILD_DOCS),install-doc) install-sysconfig
>       $(INSTALL_DIR) "$(DESTDIR)$(bindir)"

Reviewed-by: Paolo Bonzini <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]