From 7f0dd4069b75f9663011f529802d0a881aaea06b Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 30 Jul 2009 17:20:45 +0200 Subject: [PATCH] fix script output error polluting the git-buildpackage config file --- .gbp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gbp.conf b/.gbp.conf index dd2ff23..2c2c018 100644 --- a/.gbp.conf +++ b/.gbp.conf @@ -25,7 +25,7 @@ pristine-tar = True # push to a remote repository after a successful tag: #posttag = git-push git.example.com # use this for more svn-buildpackage like behaviour: -export-dir = ../build-area/$PKG/ +export-dir = ../build-area/makedev/ #tarball-dir = ../tarballs/ # Options only affecting git-import-orig -- 2.30.2