Skip to content

Commit e32c40b

Browse files
committed
Merge branch 'jb59434_ldso_cache' [#28]
2 parents cdbddde + 5eea920 commit e32c40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/sb2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ write_ld_library_path_replacement_to_exec_config()
677677
# directory names, and remove duplicates:
678678
dirs_in_cache=$($rootdir/sbin/ldconfig --print-cache \
679679
-r "$rootdir" \
680-
-C "$rootdir/etc/ld.so.cache" |
680+
-C '/etc/ld.so.cache' |
681681
sed --regexp-extended -n '/=>/ {s/.*=> (.*)/\1/;s|(.*)/.*$|\1|p}' |
682682
sort | uniq)
683683
ld_library_extras_from_cache=$dirs_in_cache

0 commit comments

Comments
 (0)