mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
set TMPDIR to /tmp
This commit is contained in:
parent
acec0a5867
commit
e2f5b1e827
1 changed files with 1 additions and 0 deletions
|
|
@ -376,6 +376,7 @@ rerelease release:
|
|||
# Don't remove this, or the build will fall over!
|
||||
echo "export RELEASEDIR=${_R}" >> ${CHROOTDIR}/mk
|
||||
echo "export PATH=${BOOTSTRAPDIR}:$${PATH}:${LOCALDIR}" >> ${CHROOTDIR}/mk
|
||||
echo "export TMPDIR=/tmp" >> ${CHROOTDIR}/mk
|
||||
echo "if [ ! -f /tmp/.world_done ]; then" >> ${CHROOTDIR}/mk
|
||||
echo " cd /usr/src" >> ${CHROOTDIR}/mk
|
||||
.if make(release)
|
||||
|
|
|
|||
Loading…
Reference in a new issue