From 3eefcbf8e31bbfecd142ca758db908ccb8e6aefa Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 5 Jul 2012 08:30:21 -0600 Subject: [PATCH] Cosmetic patch from ticket 3354 --- scripts/distgit/setup_git_package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/distgit/setup_git_package b/scripts/distgit/setup_git_package index 044deee..8b0490f 100755 --- a/scripts/distgit/setup_git_package +++ b/scripts/distgit/setup_git_package @@ -102,7 +102,7 @@ git config --add hooks.maildomain fedoraproject.org popd >/dev/null # Now clone that repo and create the .gitignore and sources file -git clone -q /srv/git/rpms/$PACKAGE.git $TMPDIR/$PACKAGE +git clone -q $GITROOT/$PACKAGE.git $TMPDIR/$PACKAGE pushd $TMPDIR/$PACKAGE >/dev/null touch .gitignore sources git add .