summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-02-16 08:46:12 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-02-16 08:46:12 -0600
commit4568894d2a84e86a03ebf8ac94c28e581926450a (patch)
tree2b3e137f597d199e8199e206efebe62303d730c2 /Makefile
parentbb723711a6cd9adacf9dcd3c3e98e595629b310b (diff)
parent6b6b3ffa5b9aafc1183cf7ffd121ac50aaad07db (diff)
Merge "BuildSystem: Invoke ldconfig with previous path."
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a3202aef..a11c8deb8 100644
--- a/Makefile
+++ b/Makefile
@@ -977,7 +977,7 @@ ifeq ($(HAVE_DAHDI),1)
endif
$(MAKE) -C sounds uninstall
ifneq ($(LDCONFIG),)
- $(LDCONFIG) || :
+ $(LDCONFIG) "$(ASTLIBDIR)/" || :
endif
uninstall: _uninstall