summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 174dbfd..6c3e98b 100755
--- a/build.sh
+++ b/build.sh
@@ -356,7 +356,7 @@ for _IMGTOBUILD in $_IMAGESTOBUILD; do
# Create the NanoBSD disk image
create_nanobsd_diskimage ${_IMGTOBUILD} "${FLASH_SIZE}"
elif [ "${_IMGTOBUILD}" = "ova" ]; then
- install_pkg_install_ports ${PRODUCT_NAME}-vm
+ install_pkg_install_ports ${PRODUCT_NAME}-vmware
(create_ova_image)
install_pkg_install_ports
fi
OpenPOWER on IntegriCloud