diff options
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ pkg_search() { # in $KISS_PATH/*. [ "$KISS_PATH" ] || \ die "\$KISS_PATH needs to be set." \ - "Example: KISS_PATH=/packages/core:/packages/extra:/packages/xorg" \ + "Example: KISS_PATH=/var/db/kiss/repo/core:/var/db/kiss/repo/extra" \ "Repositories will be searched in the configured order." \ "The variable should work just like \$PATH." |