diff options
author | Muhammad Mahendra Subrata <mumahendras3@gmail.com> | 2020-04-10 00:53:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-10 00:53:48 +0700 |
commit | 89e42ea19bca2b72f5801afc60a131b9d3aa140f (patch) | |
tree | 3b885f190a81c48e3b5ca501357626a6b0aa725a /libraries/skalibs/README | |
parent | 376b6e8b8271864a4412c73f7ddaa7a5baeaaea2 (diff) | |
download | slackbuilds-89e42ea19bca2b72f5801afc60a131b9d3aa140f.tar.gz |
libraries/skalibs: Updated for version 2.9.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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. |