mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 10:13:34 +08:00
tests: install ldconfig.real for Debian based distros
In Debian based distributions ldconfig is just a shell wrapper around ldconfig.real, for deferring it during package installation.
This commit is contained in:
parent
c50a4525aa
commit
7d023341c7
@ -233,6 +233,8 @@ EOF
|
||||
install_basic_tools() {
|
||||
[[ $BASICTOOLS ]] && dracut_install $BASICTOOLS
|
||||
dracut_install -o sushell
|
||||
# in Debian ldconfig is just a shell script wrapper around ldconfig.real
|
||||
dracut_install -o ldconfig.real
|
||||
}
|
||||
|
||||
install_debug_tools() {
|
||||
|
Loading…
Reference in New Issue
Block a user