From 770517edbbf44dc5eb480ed7e6168710bfae3cab Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 28 Oct 2006 11:40:26 +0000 Subject: [PATCH] * Doh, we're building in a different directory than the sources. svn path=/nixpkgs/trunk/; revision=6887 --- pkgs/development/libraries/glibc/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/glibc/builder.sh b/pkgs/development/libraries/glibc/builder.sh index 9d2480d9999..c8dc3aa25a5 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 }