aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkiss2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiss b/kiss
index 863066f..a676d82 100755
--- a/kiss
+++ b/kiss
@@ -135,7 +135,7 @@ pkg_find() {
# See [1] at top of script.
# shellcheck disable=2046,2086
set -- $(find "$@" "$sys_db/." \( ! -name . -prune \) \
- ! -name .git -a -name "$query" -type d)
+ ! -name .git -a -name "$query" \( -type d -o -type l \))
# A package may also not be found due to a repository not being
# readable by the current user. Either way, we need to die here.