From e1223ff6dbe734858e6f15cd36f333b2e0075d24 Mon Sep 17 00:00:00 2001 From: Scott Griepentrog Date: Fri, 4 Sep 2015 13:51:46 -0500 Subject: Scripts: check file versions of Asterisk and dependencies To help in diagnosing mismatched modules and libraries, this script scans for version, repository, and source information and reports what is found. ASTERISK-25376 #close Reported by: Ashley Sanders Change-Id: Ib0642d0fb96712476f59760d6d137a24633fe2d6 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8180a4f89..46b71935f 100644 --- a/Makefile +++ b/Makefile @@ -579,6 +579,7 @@ main-bininstall: +@DESTDIR="$(DESTDIR)" ASTSBINDIR="$(ASTSBINDIR)" ASTLIBDIR="$(ASTLIBDIR)" $(SUBMAKE) -C main bininstall bininstall: _all installdirs $(SUBDIRS_INSTALL) main-bininstall + $(INSTALL) -m 755 contrib/scripts/astversion "$(DESTDIR)$(ASTSBINDIR)/" $(INSTALL) -m 755 contrib/scripts/astgenkey "$(DESTDIR)$(ASTSBINDIR)/" $(INSTALL) -m 755 contrib/scripts/autosupport "$(DESTDIR)$(ASTSBINDIR)/" if [ ! -f /sbin/launchd ]; then \ -- cgit v1.2.3