From 36e0f35a5828458ebeaf72999b3461ab66a230d8 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Sun, 14 Aug 2011 10:58:11 +0200 Subject: [PATCH] out-of-tree build: fix appliance --- appliance/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/appliance/Makefile.am b/appliance/Makefile.am index 503160e..bec2b48 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -69,6 +69,7 @@ supermin.d/daemon.img: ../daemon/guestfsd mv $@-t $@ supermin.d/init.img: init + cmp -s $(srcdir)/init $(builddir)/init || cp $(srcdir)/init $(builddir)/init mkdir -p supermin.d rm -f $@ $@-t echo "init" | cpio --quiet -o -H newc > $@-t -- 1.8.3.1