Commit 74ca354
committed
[V2][bugfix] create missing dir in preInstallLinks script
Fixes the node-modules-attributes-are-passed-through unit test for the
lockfiles v2 implementation.
The directories only containing symlinked are getting deleted during
the tarball unpack process. In that particular test case, we symlink
cwebp to `./vendor/cwebp`. `./vendor` gets deleted after unpackaging,
meaning the build fails when trying to symlink nixpkgs's cwebp to
`./vendor/cwebp`: we need to re-create the vendor directory first.1 parent d935c31 commit 74ca354
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
| |||
0 commit comments