diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2026-09-22 00:08:26 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2026-09-22 00:19:01 +0000 |
| commit | 5a2328a17851ac609ab6c786d9b0db388f15e6b3 (patch) | |
| tree | bb1d7ba90f528560894c340d8fbf01aaff91c7d2 /test/CodeGenObjC | |
| parent | 8a0cab240f2146a000396c411df471df4b75bb9d (diff) | |
When creating VM images, we filter the METALOG file created by pkg(8)
when installing non-base packages, rejecting any lines which correspond
to files which don't exist; this solves a problem which arose when a
package was installed and then deinstalled (or upgraded) later in the
image-building process.
Unfortunately [ -e ... ] follows symlinks and is not basedir-aware, so
an absolute symlink which is valid *inside* the image is omitted from
the image if it points to something which isn't present in the build
host system.
Replace [ -e ... ] with [ -e ... ] || [ -L ... ] so that symlinks are
included even if dangling.
While I'm here, add quoting in case future paths become problematic.
Sponsored by: Amazon
MFC after: 3 days
Diffstat (limited to 'test/CodeGenObjC')
0 files changed, 0 insertions, 0 deletions
