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:
Martin Pitt 2015-02-02 00:19:33 +01:00 committed by Harald Hoyer
parent c50a4525aa
commit 7d023341c7
1 changed files with 2 additions and 0 deletions

View File

@ -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() {