]> git.donarmstrong.com Git - bin.git/commitdiff
* update git_pbuilder
authorDon Armstrong <don@donarmstrong.com>
Tue, 24 Aug 2010 22:55:20 +0000 (22:55 +0000)
committerDon Armstrong <don@donarmstrong.com>
Tue, 24 Aug 2010 22:55:20 +0000 (22:55 +0000)
git_pbuilder

index 465a9f6c1c69d36bc28d730762db135a27b58192..4f29af8a50d189b23f7740a54ddecfe2e4351452 100755 (executable)
@@ -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}