diff options
-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 |