summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Muhammad Mahendra Subrata2023-01-30 03:07:23 +0100
committer Willy Sudiarto Raharjo2023-01-30 17:55:45 +0100
commited79c235db0649357dc041fa7c9c169673326ea3 (patch)
treee8a6ee57c2268bf932562c9e35332fe3c13e74a3 /libraries
parent4880144991dd68a1e192c0ebf1cf248144968bd4 (diff)
downloadslackbuilds-ed79c235db0649357dc041fa7c9c169673326ea3.tar.gz
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/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/skalibs/README b/libraries/skalibs/README
index 964621b83a..909a34f220 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