summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-27 18:28:57 -0300
committerRenato Botelho <renato@netgate.com>2015-08-27 18:28:57 -0300
commit4566dcdd945236daee1e7d1a631c5599a3271944 (patch)
tree4139654605d04ab883904a21224f69a226b8b253 /build.sh
parent89a72b5920592c9decc22901c3ba8c9d5549de5c (diff)
downloadpfsense-4566dcdd945236daee1e7d1a631c5599a3271944.zip
pfsense-4566dcdd945236daee1e7d1a631c5599a3271944.tar.gz
Catch up with meta port rename pfSense-vm -> pfSense-vmware
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