diff options
Diffstat (limited to 'appliance')
-rw-r--r-- | appliance/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appliance/Makefile.am b/appliance/Makefile.am index 503160ea..bec2b489 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 |