Oops. A stupid typo fixed.
svn path=/nixpkgs/trunk/; revision=13632
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user