From 2d7641cd40320cc86291ce1468148e46bc0635ca Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 19 Jun 2009 19:33:47 +0200 Subject: pkg: vcs_setup: Set GIT_CONFIG --- bin/pkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/pkg b/bin/pkg index ce6645e..59c46cd 100755 --- a/bin/pkg +++ b/bin/pkg @@ -221,8 +221,9 @@ function progress { ## VCS Wrappers function vcs_setup { - export GIT_DIR=$PKG_DIR/$1/.git export GIT_WORK_TREE=$PKG_DIR/$1 + export GIT_DIR=$GIT_WORK_TREE/.git + export GIT_CONFIG=$GIT_DIR/config } function vcs_to_list { -- cgit v1.2.3