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

certified/13.21
Jenkins2 7 years ago committed by Gerrit Code Review
commit ab4c3ea746

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

Loading…
Cancel
Save