X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=git_pbuilder;h=abb1d3dfda44e094f139f1c72f95f6c90fe76059;hb=dcce90e77c92202b5fadca48de6fd1cefc41ff79;hp=1be9c6a4b08768aee694494211ed0242b19a5111;hpb=dbb24e92d8bcd2597e1afe5421351a1a3a2a8c74;p=bin.git diff --git a/git_pbuilder b/git_pbuilder index 1be9c6a..abb1d3d 100755 --- a/git_pbuilder +++ b/git_pbuilder @@ -26,9 +26,9 @@ else BACKPORT=""; fi; -OPTIONS="" +OPTIONS="${OPTIONS:-}" if [ "$DIST" = "etch" ]; then - OPTIONS="--debian-etch-workaround" + OPTIONS="$OPTIONS --debian-etch-workaround" fi; if [ -z "$BUILDRESULT" ]; then @@ -37,5 +37,6 @@ fi; pdebuild --buildresult "$BUILDRESULT" \ --debbuildopts "-i\.git -I.git $*" \ + ${PDEBUILDOPTS} \ -- --basepath ~/pbuilder/base_"${DIST}${BACKPORT}${ARCH}" ${OPTIONS} "$@"