qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] libcacard: use INSTALL_DATA for data


From: Alon Levy
Subject: Re: [Qemu-devel] [PATCH] libcacard: use INSTALL_DATA for data
Date: Fri, 12 Aug 2011 17:04:10 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat, Aug 13, 2011 at 05:23:57PM -0400, Brad wrote:
> libcacard: use INSTALL_DATA for data
> 
> Signed-off-by: Brad Smith <address@hidden>
> 

Thanks, I'll add it to the next pull request.

> ---
>  libcacard/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/libcacard/Makefile b/libcacard/Makefile
> index 5cd7594..fe9747a 100644
> --- a/libcacard/Makefile
> +++ b/libcacard/Makefile
> @@ -54,7 +54,7 @@ install-libcacard: libcacard.pc libcacard.la vscclient
>       $(INSTALL_DIR) "$(DESTDIR)$(libcacard_includedir)"
>       $(INSTALL_DIR) "$(DESTDIR)$(bindir)"
>       libtool --mode=install $(INSTALL_PROG) vscclient "$(DESTDIR)$(bindir)"
> -     libtool --mode=install $(INSTALL_PROG) libcacard.la 
> "$(DESTDIR)$(libdir)"
> +     libtool --mode=install $(INSTALL_DATA) libcacard.la 
> "$(DESTDIR)$(libdir)"
>       libtool --mode=install $(INSTALL_DATA) libcacard.pc 
> "$(DESTDIR)$(libdir)/pkgconfig"
>       for inc in *.h; do \
>               libtool --mode=install $(INSTALL_DATA) 
> $(libcacard_srcpath)/$$inc "$(DESTDIR)$(libcacard_includedir)"; \
> -- 
> 1.7.6
> 
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> 
> 



reply via email to

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