diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-27 02:33:04 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-27 02:33:04 +0100 |
commit | 323afedd6e46d273457add43d92f166ffba5acbf (patch) | |
tree | d8e953f06b386b5c996d3508bbed9f21adcf66c7 /app-admin/openshift-source-to-image/openshift-source-to-image-1.1.8.ebuild | |
parent | b6d14cb5db40c2c8f80450b9ac2288d71b49ad68 (diff) | |
download | darklin4-master.tar.gz darklin4-master.tar.bz2 darklin4-master.tar.xz darklin4-master.zip |
Diffstat (limited to 'app-admin/openshift-source-to-image/openshift-source-to-image-1.1.8.ebuild')
-rw-r--r-- | app-admin/openshift-source-to-image/openshift-source-to-image-1.1.8.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-admin/openshift-source-to-image/openshift-source-to-image-1.1.8.ebuild b/app-admin/openshift-source-to-image/openshift-source-to-image-1.1.8.ebuild index 8e21426..f85e058 100644 --- a/app-admin/openshift-source-to-image/openshift-source-to-image-1.1.8.ebuild +++ b/app-admin/openshift-source-to-image/openshift-source-to-image-1.1.8.ebuild @@ -23,6 +23,10 @@ src_compile() { export S2I_GIT_MINOR="" export S2I_GIT_MAJOR="" export S2I_GIT_VERSION="v${PV}" + + # Check fails go1.12 < go1.4 + sed -i'' -e 's#go1.4#go1.10#' hack/common.sh + hack/build-go.sh || die } |