[Home]

Summary:ASTERISK-20406: Make samples sets astsbindir when --prefix is something other that /usr
Reporter:David M. Lee (dlee)Labels:
Date Opened:2012-09-11 12:12:42Date Closed:2012-09-11 12:16:07
Priority:TrivialRegression?
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:10.7.1 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:{code:none}
$ ./configure --prefix=/some/path/you/can/write/to
$ make samples
$ grep astsbindir /some/path/you/can/write/to/etc/asterisk/asterisk.conf
{code}

In {{asterisk.conf}}, the {{astsbindir}} should be set to the installed {{ASTSBINDIR}}. But the {{sed}} script that updates those directories on install didn't update {{astsbindir}}, which is wrong if the user specified their own {{--prefix}} to {{configure}}
Comments: