From bc9190120ec39191fce460096ed37b50eeb3319c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 27 Jun 2008 23:55:03 +0200 Subject: another oops --- bin/pkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pkg b/bin/pkg index d6787a5..1faa16e 100755 --- a/bin/pkg +++ b/bin/pkg @@ -120,8 +120,8 @@ confirm_no () { vcs_add () { cd "$PDIR" case $(vcs_type "$1") in - git) git clone "$1" ;; - hg) hg clone "$1" ;; + git) git clone "$PKG_ROOT/$1" ;; + hg) hg clone "$PKG_ROOT/$1" ;; *) die "Cannot handle repository format '$1'\n" ;; esac } -- cgit v1.2.3