diff --git a/pkgs/development/libraries/glibc/builder.sh b/pkgs/development/libraries/glibc/builder.sh index 9d2480d99994..c8dc3aa25a5d 100644 --- a/pkgs/development/libraries/glibc/builder.sh +++ b/pkgs/development/libraries/glibc/builder.sh @@ -56,7 +56,7 @@ postInstall() { # Workaround for the wrong getting installed. This # appears to be a regression: # http://www.mail-archive.com/debian-glibc@lists.debian.org/msg31543.html - cp linuxthreads/semaphore.h $out/include + cp ../$sourceRoot/linuxthreads/semaphore.h $out/include }