Repository: bigtop Updated Branches: refs/heads/master a387e08ae -> 49364d2e9
BIGTOP-2127: opensuse: fix kerberos python module Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/49364d2e Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/49364d2e Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/49364d2e Branch: refs/heads/master Commit: 49364d2e95e91c4753be80efd60d209a7dbb9817 Parents: a387e08 Author: Olaf Flebbe <[email protected]> Authored: Tue Nov 10 22:37:56 2015 +0100 Committer: Olaf Flebbe <[email protected]> Committed: Tue Nov 10 22:40:19 2015 +0100 ---------------------------------------------------------------------- bigtop-packages/src/common/hue/do-component-build | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/49364d2e/bigtop-packages/src/common/hue/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/hue/do-component-build b/bigtop-packages/src/common/hue/do-component-build index 1efd0bb..606421d 100644 --- a/bigtop-packages/src/common/hue/do-component-build +++ b/bigtop-packages/src/common/hue/do-component-build @@ -19,6 +19,7 @@ set -ex #FIXME: this needs to be fixed upstream sed -i -e "s#${FULL_VERSION}-SNAPSHOT#${FULL_VERSION}#g" `grep -lR ${FULL_VERSION}-SNAPSHOT .` +export PATH=$PATH:/usr/lib/mit/bin make MAVEN_VERSION=${HUE_VERSION} apps docs locales
