From: Bdale Garbee Date: Sun, 15 Feb 2009 17:56:16 +0000 (-0700) Subject: fix build-area spec in git-buildpackage config file X-Git-Url: https://git.cworth.org/git?p=gzip;a=commitdiff_plain;h=e3909f89888e34139e03d90628f40d64dd003762 fix build-area spec in git-buildpackage config file --- diff --git a/.gbp.conf b/.gbp.conf index edaf77c..bab9aa5 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 --mirror" # use this for more svn-buildpackage like behaviour: -export-dir = ../build-area/$PKG/ +export-dir = ../build-area/gzip/ #tarball-dir = ../tarballs/ # Options only affecting git-import-orig