We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdbddde + 5eea920 commit e32c40bCopy full SHA for e32c40b
utils/sb2
@@ -677,7 +677,7 @@ write_ld_library_path_replacement_to_exec_config()
677
# directory names, and remove duplicates:
678
dirs_in_cache=$($rootdir/sbin/ldconfig --print-cache \
679
-r "$rootdir" \
680
- -C "$rootdir/etc/ld.so.cache" |
+ -C '/etc/ld.so.cache' |
681
sed --regexp-extended -n '/=>/ {s/.*=> (.*)/\1/;s|(.*)/.*$|\1|p}' |
682
sort | uniq)
683
ld_library_extras_from_cache=$dirs_in_cache
0 commit comments