diff options
author | Muhammad Mahendra Subrata <mumahendras3@gmail.com> | 2021-02-13 08:29:55 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:28:00 +0700 |
commit | 4e1f5489ef706e78022dbcd8c4c25d40d4609e26 (patch) | |
tree | 8f7266894b5a1f8700aa9603112dee618e5e3fb1 /libraries/skalibs/README | |
parent | ed9bce4b2452758a04087bcb75e87701b501d54d (diff) |
libraries/skalibs: Updated for version 2.10.0.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/skalibs/README')
-rw-r--r-- | libraries/skalibs/README | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libraries/skalibs/README b/libraries/skalibs/README index b8dedd2f85ce2..2bb7aa05779e0 100644 --- a/libraries/skalibs/README +++ b/libraries/skalibs/README @@ -31,8 +31,7 @@ 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. +Also, the execvep() function from skalibs (used by all skarnet.org +softwares) has a default executable search path that will be used if the +PATH environment variable is undefined. The default is /usr/bin:/bin. +Pass DEF_PATH=some:path:list to the script if you want to change it. |