1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Set package status to brew for osx

This commit is contained in:
James Booth 2014-03-06 20:48:44 +00:00
parent c51cc954d8
commit 8ae6f52f10

View File

@ -18,7 +18,8 @@ AS_CASE([$host_os],
[cygwin], [PLATFORM="cygwin"],
[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
if test "x$PACKAGE_STATUS" = xdevelopment; then