Merge "BuildSystem: Invoke ldconfig with previous path."

This commit is contained in:
Jenkins2
2018-02-16 08:46:12 -06:00
committed by Gerrit Code Review

View File

@@ -977,7 +977,7 @@ ifeq ($(HAVE_DAHDI),1)
endif
$(MAKE) -C sounds uninstall
ifneq ($(LDCONFIG),)
$(LDCONFIG) || :
$(LDCONFIG) "$(ASTLIBDIR)/" || :
endif
uninstall: _uninstall