summaryrefslogtreecommitdiffstats
path: root/tools/builder_defaults.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-27 10:44:52 -0300
committerRenato Botelho <renato@netgate.com>2015-08-27 18:31:18 -0300
commitff3cfa9a9e83b4c0fd8bfbd4d9eabd323fae0474 (patch)
tree8339fd9dbcc65e51ca5dd565d0ecf0b9d96e3cd0 /tools/builder_defaults.sh
parentb18a5d894d549df3522427d11d64a00d72443328 (diff)
downloadpfsense-ff3cfa9a9e83b4c0fd8bfbd4d9eabd323fae0474.zip
pfsense-ff3cfa9a9e83b4c0fd8bfbd4d9eabd323fae0474.tar.gz
We do not need a separate path variable for ovf, use IMAGES_FINAL_DIR instead
Diffstat (limited to 'tools/builder_defaults.sh')
-rw-r--r--tools/builder_defaults.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh
index eaac73f..3996c33 100644
--- a/tools/builder_defaults.sh
+++ b/tools/builder_defaults.sh
@@ -192,7 +192,6 @@ export FINAL_CHROOT_DIR=${FINAL_CHROOT_DIR:-"${SCRATCHDIR}/final-dir"}
export MEMORYDISK_SIZE=${MEMORYDISK_SIZE:-"768M"}
# OVF/vmdk parms
-export OVFPATH=${OVFPATH:-"${IMAGES_FINAL_DIR}"}
# Name of ovf file included inside OVA archive
export OVFFILE=${OVFFILE:-"${PRODUCT_NAME}.ovf"}
# On disk name of VMDK file included in OVA
OpenPOWER on IntegriCloud