* Doh, we're building in a different directory than the sources.

svn path=/nixpkgs/trunk/; revision=6887
This commit is contained in:
Eelco Dolstra 2006-10-28 11:40:26 +00:00
parent 09c4540e60
commit 770517edbb

View File

@ -56,7 +56,7 @@ postInstall() {
# Workaround for the wrong <semaphore.h> 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
}