[systemd-devel] [PATCH 6/6] tests: install ldconfig.real for Debian based distros
Martin Pitt
martin.pitt at ubuntu.com
Sun Feb 1 15:19:33 PST 2015
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
More information about the systemd-devel
mailing list