diff options
-rwxr-xr-x | backport | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |