X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=appliance%2FMakefile.am;h=e2e8b96df51210125d54a0b6230bf2f02f13ce39;hb=342b4a55d056734a0344db8b4bcf1a90104a8a59;hp=503160eaf420788d430603ebeeba615474f904ee;hpb=da24e7aab06361b8d9bb5b5c8417611501e94684;p=libguestfs.git diff --git a/appliance/Makefile.am b/appliance/Makefile.am index 503160e..e2e8b96 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. include $(top_srcdir)/subdir-rules.mk @@ -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