Skip to content

Commit

Permalink
put $HOME during the build step outside the blddir
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Oct 31, 2023
1 parent 9e4eac6 commit 6485735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/stage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const text = undent`
cd "${blddir}"
export HOME="${blddir}/dev.pkgx.home"
export HOME="${blddir.parent().parent().join("homes", blddir.basename()).mkdir('p')}"
export SRCROOT="${blddir}"
export PREFIX=${flags.prefix}
export PKGX_DIR=${prefix.string}
Expand Down

0 comments on commit 6485735

Please sign in to comment.