glibcInfo: fixing build

The manual is built into 'build', not sourceRoot.
This commit is contained in:
Lluís Batlle i Rossell 2013-03-12 11:46:09 +01:00
parent 183b37645b
commit 4684a47989

@ -19,7 +19,7 @@ build null {
# libc.info hasn't a Top node.
installPhase = ''
mkdir -p "$out/share/info"
cp -v "../$sourceRoot/manual/"*.info* "$out/share/info"
cp -v "manual/"*.info* "$out/share/info"
'';
meta.description = "GNU Info manual of the GNU C Library";