diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-20T13·21+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-20T13·21+0000 |
commit | a4273156c43db7325d27cb21e460b57a998ee882 (patch) | |
tree | 5df69cee910afca2df45ceb26e5e16ba79b43dee /src/libstore/globals.hh | |
parent | 410760c5ab696779bfd26bbd8026827ec436a201 (diff) |
* Use $(libexecdir) to find find-runtime-roots.pl.
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 408076b751e7..03aaa13d8917 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -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. */ |