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

Tzafrir Cohen (JIRA) noreply at issues.asterisk.org
Thu May 19 02:20:56 CDT 2016


Tzafrir Cohen created ASTERISK-26038:
----------------------------------------

             Summary: '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:

@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.



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



More information about the asterisk-bugs mailing list