summaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src')
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild b/trunk/src/revdep-rebuild/revdep-rebuild
index 9d5f933..40ccde7 100755
--- a/trunk/src/revdep-rebuild/revdep-rebuild
+++ b/trunk/src/revdep-rebuild/revdep-rebuild
@@ -276,7 +276,7 @@ get_args() {
else
get_file_owner() {
local IFS=$'\n'
- find /var/db/pkg -name CONTENTS -print0 |
+ find -L /var/db/pkg -name CONTENTS -print0 |
xargs -0 grep -Fl "$*" |
sed 's:/var/db/pkg/\(.*\)/CONTENTS:\1:'
}