From 704d99ae8c617d14b2b20a907e3792c6d91c9e6f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 29 Jan 2019 10:07:06 +0100 Subject: Use -t for getting sources as rkward did not work without --- backport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backport b/backport index 3568115..bc2c916 100755 --- a/backport +++ b/backport @@ -77,7 +77,7 @@ then sudo apt-get update sudo apt-get upgrade fi -sudo apt-get source $pkg +sudo apt-get source -t unstable $pkg # Copy sources to $DIST directory to enable parallel builds mkdir -p $DIST -- cgit v1.2.1