3
0
Fork 0
forked from mirrors/nixpkgs

* Don't symlink all of /share as we don't need it and we

end up with a zillion extra symlinks which is somewhat
  expensive.

svn path=/nixos/trunk/; revision=14886
This commit is contained in:
Eelco Dolstra 2009-04-05 18:25:21 +00:00
parent 6663af0833
commit 3b494865b1

View file

@ -2986,7 +2986,7 @@ root ALL=(ALL) SETENV: ALL
environment = {
pathsToLink = mkOption {
default = ["/bin" "/sbin" "/lib" "/share" "/man" "/info" "/etc"];
default = ["/bin" "/sbin" "/lib" "/share/man" "/share/info" "/man" "/info"];
example = ["/"];
description = "
Lists directories to be symlinked in `/var/run/current-system/sw'.