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 _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
