about summary refs log tree commit diff
path: root/maintainers/scripts
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-05-23 21:28:14 +0300
committerArtturin <Artturin@artturin.com>2022-05-25 15:51:20 +0300
commit0c4d65b21efd3ae2fcdec54492cbaa6542352eb9 (patch)
treed5251369babb3ed450ff99ad79f7c7ce285fe49c /maintainers/scripts
parenta05b5817834f553f8eae560c58fed02a59af42b9 (diff)
treewide: stdenv.glibc -> glibc
Diffstat (limited to 'maintainers/scripts')
-rwxr-xr-xmaintainers/scripts/patchelf-hints.sh2
1 files changed, 1 insertions, 1 deletions
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