Merge "BuildSystem: Invoke ldconfig with previous path."

changes/33/8233/1
Jenkins2 7 years ago committed by Gerrit Code Review
commit 4568894d2a

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

Loading…
Cancel
Save