summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2011-12-07 20:15:29 +0000
committerTerry Wilson <twilson@digium.com>2011-12-07 20:15:29 +0000
commit980ab2d018086aa7663b190a4361440a39462bdd (patch)
tree6e30766b047d4862f7697913c67d272301e8ef47 /build_tools
parent7e634c21f80f88ed6b7b57451a6aef4cb2293d05 (diff)
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
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_defaults_h1
1 files changed, 1 insertions, 0 deletions
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