Merge "BuildSystem: Invoke ldconfig with previous path." into 13

This commit is contained in:
Jenkins2
2018-02-16 07:29:06 -06:00
committed by Gerrit Code Review

View File

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