summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index bc4806c..ee53ec8 100755
--- a/build
+++ b/build
@@ -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

Contact - Imprint