X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile;h=bd944e23b4221050344e2395d1dde7c04b10f1e2;hb=8a24000e9c2f3db53c0298936a095503f564b123;hp=f2df2a6a52aff87d8b1c99030f5916bb19d8152f;hpb=22ffaca361849c531631ccf960a477310bb5f702;p=virt-p2v.git diff --git a/Makefile b/Makefile index f2df2a6..bd944e2 100644 --- a/Makefile +++ b/Makefile @@ -103,8 +103,8 @@ boot: # Update an existing ISO. update: checkroot checkscript - -./update-iso.ml delete $(ISO) - ./update-iso.ml add $(ISO) virt-p2v.ml + -./iso-attach delete $(ISO) + ./iso-attach add $(ISO) virt-p2v.ml # Check that we are root.