Oops. A stupid typo fixed.

svn path=/nixpkgs/trunk/; revision=13632
This commit is contained in:
Michael Raskin 2008-12-14 17:10:11 +00:00
parent 7115d5e143
commit a69221ec2b

View file

@ -391,7 +391,7 @@ args: with args; with stringsWithDeps; with lib;
ensureDir "$out/share/doc/$name"
'' + (concatStringsSep ";"
(map
(x: ''cp "${x}" "$out/share/doc/$name || true;"'')
(x: ''cp "${x}" "$out/share/doc/$name" || true;'')
(getAttr ["extraDoc"] [] args)))) ["minInit" "defEnsureDir" "doUnpack"];
realPhaseNames =