From 00d830c64630c5133ac37992babfbe2be4bfc149 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 29 Nov 2013 20:49:16 +0100 Subject: Use --distribution instead of --dist Closes: #730788 --- bin/git-pbuilder | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/git-pbuilder b/bin/git-pbuilder index 66a6a25d..4024d124 100644 --- a/bin/git-pbuilder +++ b/bin/git-pbuilder @@ -224,10 +224,10 @@ update|create|login) else if [ "$EXT" = '-backports' ] ; then OTHERMIRROR="deb $BACKPORTS $DIST$EXT main" - sudo "$BUILDER" --"$action" --dist "$DIST" \ + sudo "$BUILDER" --"$action" --distribution "$DIST" \ --othermirror "$OTHERMIRROR" "${OPTIONS[@]}" "$@" else - sudo "$BUILDER" --"$action" --dist "$DIST" "${OPTIONS[@]}" "$@" + sudo "$BUILDER" --"$action" --distribution "$DIST" "${OPTIONS[@]}" "$@" fi fi exit $? -- cgit v1.2.3