diff options
author | Muhammad Mahendra Subrata <mumahendras3@gmail.com> | 2023-01-30 09:07:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-30 23:55:45 +0700 |
commit | ed79c235db0649357dc041fa7c9c169673326ea3 (patch) | |
tree | e8a6ee57c2268bf932562c9e35332fe3c13e74a3 /libraries | |
parent | 4880144991dd68a1e192c0ebf1cf248144968bd4 (diff) |
libraries/skalibs: Add an example for DEF_PATH usage
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/skalibs/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/skalibs/README b/libraries/skalibs/README index 964621b83aae3..909a34f220398 100644 --- a/libraries/skalibs/README +++ b/libraries/skalibs/README @@ -34,4 +34,7 @@ the static libraries should be sufficient. Also, the execvep() function from skalibs (used by all skarnet.org software) 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. +Pass DEF_PATH=some:path:list to the script if you want to change it, +e.g., + + DEF_PATH=/usr/bin:/bin:/usr/sbin:/sbin ./skalibs.SlackBuild |