3
0
Fork 0
forked from mirrors/nixpkgs

fixupPrefix: Ignore missing outputs

This commit is contained in:
Eelco Dolstra 2013-08-22 16:19:16 +02:00
parent b40a562c9c
commit ae6af5c03c

View file

@ -774,6 +774,8 @@ fixupPhase() {
fixupPrefix() {
local prefix="$1"
if ! [ -d "$prefix" ]; then return; fi
# Put man/doc/info under share/.
forceShare=${forceShare:=man doc info}
if [ -n "$forceShare" ]; then