[asterisk-bugs] [JIRA] (ASTERISK-26038) 'make install' doesn't seem to install OS/X init files

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Thu May 19 11:01:56 CDT 2016


     [ https://issues.asterisk.org/jira/browse/ASTERISK-26038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Mudgett updated ASTERISK-26038:
---------------------------------------

    Description: 
In Makefile, in the target 'config', the script will, under certain conditions, install org.asterisk.asterisk.plist and org.asterisk.muted.plist.

However one of those conditions is:
{noformat}
@if [ "${OSARCH}" = "linux-gnu" -o "${OSARCH}" = "kfreebsd-gnu" ];
{noformat}

Which probably means it won't happen.

Any reason not to remove this condition? There are more specific conditions in the Makefile anyway.

  was:
In Makefile, in the target 'config', the script will, under certain conditions, install org.asterisk.asterisk.plist and org.asterisk.muted.plist.

However one of those conditions is:

@if [ "${OSARCH}" = "linux-gnu" -o "${OSARCH}" = "kfreebsd-gnu" ];

Which probably means it won't happen.

Any reason not to remove this condition? There are more specific conditions in the Makefile anyway.


> 'make install' doesn't seem to install OS/X init files
> ------------------------------------------------------
>
>                 Key: ASTERISK-26038
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26038
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/BuildSystem
>    Affects Versions: 13.9.1
>            Reporter: Tzafrir Cohen
>            Severity: Minor
>
> In Makefile, in the target 'config', the script will, under certain conditions, install org.asterisk.asterisk.plist and org.asterisk.muted.plist.
> However one of those conditions is:
> {noformat}
> @if [ "${OSARCH}" = "linux-gnu" -o "${OSARCH}" = "kfreebsd-gnu" ];
> {noformat}
> Which probably means it won't happen.
> Any reason not to remove this condition? There are more specific conditions in the Makefile anyway.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list