From 0c4d65b21efd3ae2fcdec54492cbaa6542352eb9 Mon Sep 17 00:00:00 2001 From: Artturin Date: Mon, 23 May 2022 21:28:14 +0300 Subject: treewide: stdenv.glibc -> glibc --- maintainers/scripts/patchelf-hints.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maintainers') diff --git a/maintainers/scripts/patchelf-hints.sh b/maintainers/scripts/patchelf-hints.sh index 5fdfc15dc2320..802ecab0f0a16 100755 --- a/maintainers/scripts/patchelf-hints.sh +++ b/maintainers/scripts/patchelf-hints.sh @@ -61,7 +61,7 @@ for bin in $(find $binaryDist -executable -type f) :; do uniq; ) - if test "$names" = "glibc"; then names="stdenv.glibc"; fi + if test "$names" = "glibc"; then names="glibc"; fi if echo $names | grep -c "gcc" &> /dev/null; then names="stdenv.cc.cc"; fi if test $lib != $libPath; then -- cgit 1.4.1