summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-02 09:09:13 -0300
committerRenato Botelho <renato@netgate.com>2016-08-02 09:09:13 -0300
commit0d67c72611aff854e612c50106cd3b6858fc7979 (patch)
treeb55c2f4d5a09a1492820d2675e93c6aa778ce96d /build.sh
parent582f023e32fb51fc8568f6a5b5a6c3b506afa767 (diff)
downloadpfsense-0d67c72611aff854e612c50106cd3b6858fc7979.zip
pfsense-0d67c72611aff854e612c50106cd3b6858fc7979.tar.gz
Stop using CORE_PKG_TMP
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 4d17152..b1bb588 100755
--- a/build.sh
+++ b/build.sh
@@ -330,8 +330,6 @@ if [ -n "${SNAPSHOTS}" ]; then
fi
if [ -z "${_SKIP_REBUILD_PRESTAGE}" ]; then
- [ -n "${CORE_PKG_TMP}" -a -d "${CORE_PKG_TMP}" ] \
- && rm -rf ${CORE_PKG_TMP}
[ -n "${CORE_PKG_PATH}" -a -d "${CORE_PKG_PATH}" ] \
&& rm -rf ${CORE_PKG_PATH}
OpenPOWER on IntegriCloud