From 91ce20d98fa1ef7a78794bc23b706b54cb01ea69 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Thu, 2 Feb 2012 14:10:20 +0000 Subject: [PATCH] teamplayer: Use TP_REPO instead of HG_REPO --- teamplayer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teamplayer/Makefile b/teamplayer/Makefile index 8e237fe..10b3a16 100644 --- a/teamplayer/Makefile +++ b/teamplayer/Makefile @@ -1,4 +1,4 @@ -HG_REPO ?= ../../teamplayer +TP_REPO ?= ../../teamplayer TP_USER = teamplayer TP_HOME = /opt/teamplayer TP_DB = /var/lib/teamplayer @@ -35,7 +35,7 @@ endif $(inroot) getent passwd $(TP_USER) || \ $(inroot) useradd -c "Teamplayer Server" -G postgres -U -d $(TP_HOME) $(TP_USER) rm -rf $(CHROOT)/$(TP_HOME) - hg clone --pull $(HG_REPO) $(CHROOT)/$(TP_HOME) + hg clone --pull $(TP_REPO) $(CHROOT)/$(TP_HOME) cp bash_profile $(CHROOT)$(TP_HOME)/.bash_profile $(inroot) mkdir -p /etc/teamplayer $(M4C) settings_local.py > $(CHROOT)/etc/teamplayer/settings_local.py