From 8588cece6cb1cd62aaf06abbd37a31c584af8430 Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Mon, 18 Jan 2010 02:33:19 +0200 Subject: [PATCH] Update PKGBUILD-git.proto to allow differing _gitname and _gitroot Signed-off-by: Marti Raudsepp --- prototypes/PKGBUILD-git.proto | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/prototypes/PKGBUILD-git.proto b/prototypes/PKGBUILD-git.proto index db54b00..2426ad6 100644 --- a/prototypes/PKGBUILD-git.proto +++ b/prototypes/PKGBUILD-git.proto @@ -38,7 +38,7 @@ build() { cd $_gitname && git pull origin msg "The local files are updated." else - git clone $_gitroot + git clone $_gitroot $_gitname fi msg "GIT checkout done or server timeout" -- 1.6.6