* 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

@ -28,6 +28,10 @@ extern string nixDBPath;
stored. */
extern string nixConfDir;
/* nixLibexecDir is the directory where internal helper programs are
stored. */
extern string nixLibexecDir;
/* Misc. global flags. */