Repository: bigtop Updated Branches: refs/heads/master 5f41289c9 -> 53a4b3637
BIGTOP-1319. hive-rpm target is broken Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/53a4b363 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/53a4b363 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/53a4b363 Branch: refs/heads/master Commit: 53a4b3637edaf15dc4eaf1e2db44e16a985864a5 Parents: 5f41289 Author: YoungWoo Kim <[email protected]> Authored: Wed May 21 16:47:25 2014 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Wed May 21 16:47:25 2014 -0700 ---------------------------------------------------------------------- bigtop.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/53a4b363/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index 96bf813..96c5eee 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -78,7 +78,7 @@ HIVE_BASE_VERSION=0.13.0 HIVE_PKG_VERSION=$(HIVE_BASE_VERSION) HIVE_RELEASE_VERSION=1 HIVE_TARBALL_DST=apache-hive-$(HIVE_BASE_VERSION)-src.tar.gz -HIVE_TARBALL_SRC=${HIVE_TARBALL_DST} +HIVE_TARBALL_SRC=$(HIVE_TARBALL_DST) HIVE_DOWNLOAD_PATH=/hive/hive-$(HIVE_BASE_VERSION) HIVE_SITE=$(APACHE_MIRROR)$(HIVE_DOWNLOAD_PATH) HIVE_ARCHIVE=$(APACHE_ARCHIVE)$(HIVE_DOWNLOAD_PATH)
