diff options
| author | riastradh <riastradh@NetBSD.org> | 2023-05-14 11:04:56 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2023-05-14 11:04:56 +0000 |
| commit | beec3920070423395fc0088affb0cabe0072228d (patch) | |
| tree | 0b2e26617725ac3e3d996c2ba010151c790b70d4 /etc | |
| parent | 843eca1d518d8afa6c7faa7a9b191e479eb94d3d (diff) | |
openssl compat: Try this again!
compatdir appears to be for things like /usr/lib that have
/usr/lib/eabi as a subdirectory, so for /usr/lib/openssl it would
mean we have /usr/lib/openssl/eabi as a subdirectory. But that's not
what we have; we have /usr/lib/eabi/openssl.
Let's try using NetBSD.dist.compat.in instead, which appears to be
intended for this purpose, from what I can gather.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/mtree/NetBSD.dist.compat.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/mtree/NetBSD.dist.compat.in b/etc/mtree/NetBSD.dist.compat.in index 6166bacabcc..4cd83f1837b 100644 --- a/etc/mtree/NetBSD.dist.compat.in +++ b/etc/mtree/NetBSD.dist.compat.in @@ -1,4 +1,4 @@ -# $NetBSD: NetBSD.dist.compat.in,v 1.2 2023/04/16 20:46:17 nikita Exp $ +# $NetBSD: NetBSD.dist.compat.in,v 1.3 2023/05/14 11:04:57 riastradh Exp $ ./lib/@ARCH_SUBDIR@ ./lib/@ARCH_SUBDIR@/npf @@ -6,6 +6,8 @@ ./usr/lib/@ARCH_SUBDIR@/i18n ./usr/lib/@ARCH_SUBDIR@/lua ./usr/lib/@ARCH_SUBDIR@/lua/5.4 +./usr/lib/@ARCH_SUBDIR@/openssl +./usr/lib/@ARCH_SUBDIR@/openssl/modules ./usr/lib/@ARCH_SUBDIR@/security ./usr/libdata/debug/lib/@ARCH_SUBDIR@ ./usr/libdata/debug/lib/@ARCH_SUBDIR@/npf |
