1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-02 21:51:50 +02:00

* Use $(libexecdir) to find find-runtime-roots.pl.

This commit is contained in:
Eelco Dolstra 2006-07-20 13:21:37 +00:00
parent 410760c5ab
commit a4273156c4
5 changed files with 8 additions and 1 deletions

View file

@ -319,7 +319,7 @@ static void findRoots(const Path & path, bool recurseSymlinks,
static void addAdditionalRoots(PathSet & roots)
{
Path rootFinder = getEnv("NIX_ROOT_FINDER",
"/nix/libexec/nix/find-runtime-roots.pl"); /* !!! */
nixLibexecDir + "/nix/find-runtime-roots.pl");
if (rootFinder.empty()) return;