Commit cdcf68a
committed
vscode: switch S to UNPACKDIR for whinlatter+
Whinlatter and wrynose split WORKDIR and UNPACKDIR; do_unpack
extracts under UNPACKDIR while WORKDIR is reserved for build
artefacts. The recipe used to set S = ${WORKDIR}/VSCode-linux-...
which now produces 'S should be set relative to UNPACKDIR' as a
fatal error.
Switch to S = ${UNPACKDIR}/... with a kirkstone..walnascar
fallback via UNPACKDIR ??= ${WORKDIR} so older releases that
don't define UNPACKDIR keep working.1 parent 4cdeb55 commit cdcf68a
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
0 commit comments