[asterisk-bugs] [JIRA] Created: (ASTERISK-20406) Make samples sets astsbindir when --prefix is something other that /usr

David M. Lee (JIRA) noreply at issues.asterisk.org
Tue Sep 11 12:13:07 CDT 2012


Make samples sets astsbindir when --prefix is something other that /usr
-----------------------------------------------------------------------

                 Key: ASTERISK-20406
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20406
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/BuildSystem
    Affects Versions: 10.7.1
            Reporter: David M. Lee
            Severity: Trivial


{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}}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list