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

15.6
Jenkins2 8 years ago committed by Gerrit Code Review
commit 3e0a312616

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

Loading…
Cancel
Save