Commit 6d03a11
committed
build: Fix inconsistent NODE_CACHE path
We want NODE_CACHE to be a built file in the build dir. So declare that
properly and use it at face value, instead of mangling the path in the
`node-modules runtime-tar` output argument.
This fixes tools/make-dist if the project root already contains the
tarballs. That happens when a previous `packit propose-downstream`
already ran and moved the tarballs to the project root.
Fixes #226751 parent f98e57a commit 6d03a11
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments