mirror of
https://github.com/profanity-im/profanity.git
synced 2025-07-26 12:14:28 -04:00
Set package status to brew for osx
This commit is contained in:
parent
c51cc954d8
commit
8ae6f52f10
@ -18,7 +18,8 @@ AS_CASE([$host_os],
|
|||||||
[cygwin], [PLATFORM="cygwin"],
|
[cygwin], [PLATFORM="cygwin"],
|
||||||
[PLATFORM="nix"])
|
[PLATFORM="nix"])
|
||||||
|
|
||||||
PACKAGE_STATUS="development"
|
AS_IF([test "x$PLATFORM" = xosx], [PACKAGE_STATUS="brew"],
|
||||||
|
[PACKAGE_STATUS="development"])
|
||||||
|
|
||||||
### Get git branch and revision if in development
|
### Get git branch and revision if in development
|
||||||
if test "x$PACKAGE_STATUS" = xdevelopment; then
|
if test "x$PACKAGE_STATUS" = xdevelopment; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user