Skip to content

Commit

Permalink
fix alternate TMPDIR for dsm7
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Apr 29, 2021
1 parent 0319be6 commit 98c0166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/spksrc.service.use_alternate_tmpdir.dsm7
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# typically used to install a huge amount of wheels with pip (see homeassistant package)
# TMPDIR is supported by pip https://github.com/pypa/pip/issues/4462 ('--build dir' is not supported anymore)

TMPDIR=${SYNOPKG_PKGTMP}/tmp
TMPDIR=${SYNOPKG_PKGTMP}
export TMPDIR=${TMPDIR}


Expand Down

0 comments on commit 98c0166

Please sign in to comment.