diff options
Diffstat (limited to 'libraries/skalibs/README')
-rw-r--r-- | libraries/skalibs/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/skalibs/README b/libraries/skalibs/README index c601481353..b8dedd2f85 100644 --- a/libraries/skalibs/README +++ b/libraries/skalibs/README @@ -30,3 +30,9 @@ libraries and not the static ones, you can do something like If you just want to build and use skarnet.org softwares, building only the static libraries should be sufficient. + +Also, skalibs has a default executable search path that will be used by +skarnet.org softwares if the PATH environment variable is undefined. The +upstream default is "/usr/bin:/bin" but the script by default will use +"/usr/bin:/usr/sbin:/bin:/sbin" instead. Pass DEF_PATH=some:path:list +to the script if you want to change it to something else. |