summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2023-09-11 23:37:28 +0100
committerJames Le Cuirot <chewi@gentoo.org>2023-09-11 23:38:49 +0100
commit5afd6fc2d73b96515972c527df7f6b82384fe711 (patch)
tree45e67ecaf5d11d45283bc2ea1dcb4d62113a1fff /profiles
parentgames-engines/fheroes2: drop 1.0.6 (diff)
downloadgentoo-5afd6fc2d73b96515972c527df7f6b82384fe711.tar.gz
gentoo-5afd6fc2d73b96515972c527df7f6b82384fe711.tar.bz2
gentoo-5afd6fc2d73b96515972c527df7f6b82384fe711.zip
profiles: Update standalone prefix glibc sed call
nis/nss_compat moved to nss/nss_compat some years ago. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/features/prefix/standalone/profile.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/features/prefix/standalone/profile.bashrc b/profiles/features/prefix/standalone/profile.bashrc
index 8c500da85519..87a6dacd7913 100644
--- a/profiles/features/prefix/standalone/profile.bashrc
+++ b/profiles/features/prefix/standalone/profile.bashrc
@@ -20,7 +20,7 @@ elif [[ ${CATEGORY}/${PN} == sys-libs/glibc && ${EBUILD_PHASE} == configure ]];
for f in libio/iopopen.c \
shadow/lckpwdf.c resolv/{netdb,resolv}.h elf/rtld.c \
- nis/nss_compat/compat-{grp,initgroups,{,s}pwd}.c \
+ n[is]s/nss_compat/compat-{grp,initgroups,{,s}pwd}.c \
nss/{bug-erange,nss_files/files-{XXX,init{,groups}}}.c \
sysdeps/{{generic,unix/sysv/linux}/paths.h,posix/system.c}
do