In Debian based distributions ldconfig is just a shell wrapper around
ldconfig.real, for deferring it during package installation.
---
 test/test-functions | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/test-functions b/test/test-functions
index 80e0f65..b9468a4 100644
--- a/test/test-functions
+++ b/test/test-functions
@@ -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() {
-- 
2.1.4

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to