diff options
| -rwxr-xr-x | bin/revdep-rebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/revdep-rebuild.sh b/bin/revdep-rebuild.sh index 09f5135..8cf9f79 100755 --- a/bin/revdep-rebuild.sh +++ b/bin/revdep-rebuild.sh @@ -787,7 +787,7 @@ main_checks() { fi elif [[ $SEARCH_BROKEN ]]; then # Look for broken .la files - la_SEARCH_DIRS="$SEARCH_DIRS" + la_SEARCH_DIRS="$(parse_ld_so_conf)" la_search_dir="" la_broken="" la_lib="" |
