commit | b82ac3166a47cbeae4486fbc7d3c4eb203445418 | [log] [tgz] |
---|---|---|
author | nmittler <nathanmittler@google.com> | Fri Sep 18 12:30:19 2015 -0700 |
committer | nmittler <nathanmittler@google.com> | Fri Sep 18 12:30:19 2015 -0700 |
tree | 7dbee9ae1f574bab99828ceef1744e9159fa404a | |
parent | 2016a88f5c91e2b7a61cf3131a233b0cb796ce1a [diff] [blame] |
Fixing fedora classifier on master branch.
diff --git a/build.gradle b/build.gradle index 7bc3c22..297f443 100644 --- a/build.gradle +++ b/build.gradle
@@ -114,7 +114,7 @@ // Fedora variants use a different soname for OpenSSL than other linux distributions // (see http://netty.io/wiki/forked-tomcat-native.html). if (osdetector.os == "linux" && osdetector.release.isLike("fedora")) { - tcnative_suffix += "_fedora"; + tcnative_suffix += "-fedora"; } def epoll_suffix = "";