mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
tests: Install missing libraries for things installed in /usr too
This commit is contained in:
parent
65e15f402f
commit
11ea343126
@ -282,7 +282,7 @@ get_ldpath() {
|
||||
|
||||
install_missing_libraries() {
|
||||
# install possible missing libraries
|
||||
for i in $initdir/{sbin,bin}/* $initdir/lib/systemd/*; do
|
||||
for i in $initdir{,/usr}/{sbin,bin}/* $initdir{,/usr}/lib/systemd/*; do
|
||||
LD_LIBRARY_PATH=$(get_ldpath $i) inst_libs $i
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user