chiark / gitweb /
tests: install ldconfig.real for Debian based distros
[elogind.git] / test / test-functions
index 80e0f65697e89a6a52a15e24f6db0aeb4f3bcedc..b9468a458f3e19da2bb9357e05e364af2eb2ee8d 100644 (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() {