Fix new path to RPM.
[virt-p2v.git] / virt-p2v.ml0
1 #!/usr/bin/ocamlrun /usr/bin/ocaml
2 (* Load external libraries. *)
3 #use "topfind";;
4 #require "extlib";;
5 #require "pcre";;
6 #require "newt";;
7 #require "xml-light";;
8 #require "gettext-stub";;
9 #require "libvirt";;
10
11 (* WARNING !!! WARNING !!! WARNING !!!
12  *
13  * Do not edit 'virt-p2v' directly.  It is autogenerated from the
14  * files 'virt-p2v.ml0' and 'virt-p2v.ml' by the Makefile.
15  *)
16
17 (* virt-p2v.ml is concatenated here to form the full script virt-p2v *)