[Libguestfs] [PATCH 2/4] Fix out-of-tree appliance build

Richard W.M. Jones rjones at redhat.com
Tue Mar 4 07:56:59 UTC 2014


On Tue, Mar 04, 2014 at 12:07:30AM +0100, Hilko Bengen wrote:
> ---
>  appliance/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/appliance/Makefile.am b/appliance/Makefile.am
> index 7077d37..2e505fc 100644
> --- a/appliance/Makefile.am
> +++ b/appliance/Makefile.am
> @@ -106,7 +106,7 @@ daemon.tar.gz: ../daemon/guestfsd guestfsd.suppressions
>  
>  init.tar.gz: init
>  	rm -f $@ $@-t
> -	tar zcf $@-t init
> +	( cd $(srcdir) && tar zcf - init ) > $@-t
>  	mv $@-t $@
>  
>  # We should put this file in /lib/udev/rules.d, but put it in /etc so

ACK.

I should have spotted this one!

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top




More information about the Libguestfs mailing list