summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-25 09:28:29 -0300
committerRenato Botelho <renato@netgate.com>2015-08-25 14:49:55 -0300
commit04992be2bfd4a5f47e2077ef5623b7c72a705eea (patch)
tree5ecf144d0b26518a73def81cab16393db99e5e61 /build.sh
parenteb31cdf1fee7082f526e1859082d7ef53c61722d (diff)
downloadpfsense-04992be2bfd4a5f47e2077ef5623b7c72a705eea.zip
pfsense-04992be2bfd4a5f47e2077ef5623b7c72a705eea.tar.gz
Rename MAKEOBJDIRPREFIXFINAL to IMAGES_FINAL_DIR
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 3b8e7e0..6cf4c08 100755
--- a/build.sh
+++ b/build.sh
@@ -365,8 +365,8 @@ done
echo ">>> NOTE: waiting for jobs: `jobs -l` to finish..."
wait
-echo ">>> $MAKEOBJDIRPREFIXFINAL now contains:"
-ls -lah $MAKEOBJDIRPREFIXFINAL
+echo ">>> ${IMAGES_FINAL_DIR} now contains:"
+ls -lah ${IMAGES_FINAL_DIR}
set -e
# Run final finish routines
OpenPOWER on IntegriCloud