mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
a136def4f7
The previous version didn't work in the case of relative symlinks in
subdirectories. If "foo/bar" was a link to "baz", it would check for
a link to "baz" in the root, rather than under "foo".
We don't need to dereference the symlink ourselves for [ anyway, as it
dereferences its arguments itself, so all we need to do to fix this is
to pass it the link.
Fixes:
|
||
---|---|---|
.. | ||
make-initrd-ng | ||
compress-firmware-xz.nix | ||
initrd-compressor-meta.nix | ||
make-initrd-ng-tool.nix | ||
make-initrd-ng.nix | ||
make-initrd.nix | ||
make-initrd.sh | ||
modules-closure.nix | ||
modules-closure.sh | ||
paths-from-graph.pl |