Skip to content

Commit 6485735

Browse files
committed
put $HOME during the build step outside the blddir
Fixes pkgxdev/pantry#3906
1 parent 9e4eac6 commit 6485735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libexec/stage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const text = undent`
118118
119119
cd "${blddir}"
120120
121-
export HOME="${blddir}/dev.pkgx.home"
121+
export HOME="${blddir.parent().parent().join("homes", blddir.basename()).mkdir('p')}"
122122
export SRCROOT="${blddir}"
123123
export PREFIX=${flags.prefix}
124124
export PKGX_DIR=${prefix.string}

0 commit comments

Comments
 (0)