Copy over the PVE::QemuServer::OVF module and relevant OVF tests from the qemu-server package/repo. We need it here for implementing the import content type support to generic directory based plugins. So it will also use PVE::Storage modules and thus anything higher, or a different package, makes things only harder for now. Put the OVF module under the new PVE::GuestImport module namespace. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> [ TL: rework commit message to avoid file endings and clarify intentions ] Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 lines
96 B
Makefile
4 lines
96 B
Makefile
.PHONY: install
|
|
install:
|
|
install -D -m 0644 OVF.pm ${DESTDIR}${PERLDIR}/PVE/GuestImport/OVF.pm
|