diff options
-rwxr-xr-x | build | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,8 +53,8 @@ then apt-get update apt-get upgrade fi -apt-get build-dep $pkg -apt-get source $pkg +apt --only-source build-dep $pkg +apt --only-source source $pkg # Move sources to $DIST directory to enable parallel builds mkdir -p $DIST |