From: Don Armstrong Date: Tue, 24 Aug 2010 22:55:20 +0000 (+0000) Subject: * update git_pbuilder X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6cb73c3a409d0874493dd1287c09b3fb13ba79d6;hp=013e9e38a4a7b5e8ebd042d1dab6801ef07449bc;p=bin.git * update git_pbuilder --- diff --git a/git_pbuilder b/git_pbuilder index 465a9f6..4f29af8 100755 --- a/git_pbuilder +++ b/git_pbuilder @@ -20,7 +20,7 @@ if [ "$DIST" = "etch" ]; then OPTIONS="--debian-etch-workaround" fi; -pdebuild --buildresult .. \ +pdebuild --buildresult ../build-area \ --debbuildopts "-i\.git -I.git $*" \ -- --basepath ~/pbuilder/base_"${DIST}${ARCH}" ${OPTIONS}