From 980ab2d018086aa7663b190a4361440a39462bdd Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Wed, 7 Dec 2011 20:15:29 +0000 Subject: Add ASTSBINDIR to the list of configurable paths This patch also makes astdb2sqlite3 and astcanary use the configured directory instead of relying on $PATH. (closes issue ASTERISK-18959) Review: https://reviewboard.asterisk.org/r/1613/ ........ Merged revisions 347344 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@347345 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- build_tools/make_defaults_h | 1 + 1 file changed, 1 insertion(+) (limited to 'build_tools/make_defaults_h') diff --git a/build_tools/make_defaults_h b/build_tools/make_defaults_h index f7b13da4c..3f39dbc07 100755 --- a/build_tools/make_defaults_h +++ b/build_tools/make_defaults_h @@ -25,4 +25,5 @@ cat << END #define DEFAULT_SPOOL_DIR "${INSTALL_PATH}${ASTSPOOLDIR}" #define DEFAULT_TMP_DIR "${INSTALL_PATH}${ASTSPOOLDIR}/tmp" +#define DEFAULT_SBIN_DIR "${INSTALL_PATH}${ASTSBINDIR}" END -- cgit v1.2.3