Merge "BuildSystem: Invoke ldconfig with previous path."

pull/9/head
Jenkins2 8 years ago committed by Gerrit Code Review
commit 4568894d2a

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

Loading…
Cancel
Save