summary refs log tree commit diff
path: root/maintainers/scripts/patchelf-hints.sh
diff options
context:
space:
mode:
Diffstat (limited to 'maintainers/scripts/patchelf-hints.sh')
-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 5fdfc15dc23..802ecab0f0a 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