aboutsummaryrefslogtreecommitdiff
path: root/examples/B92test-pkg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/B92test-pkg')
-rw-r--r--examples/B92test-pkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/B92test-pkg b/examples/B92test-pkg
index 1325e50..53703f4 100644
--- a/examples/B92test-pkg
+++ b/examples/B92test-pkg
@@ -10,13 +10,13 @@ set -e
echo "Installing the prerequisites"
# ignore the failures since they are not the prime interest
for PKG in $(ls /tmp/buildd/*.deb | sed -e's,.*/,,;s,_.*,,' ); do
- apt-get install -y --force-yes "$PKG" || true
+ apt-get install -y "${APTGETOPT[@]}" "$PKG" || true
apt-get remove -y "$PKG" || true
done
# install the single package, then try to satisfy dependencies.
dpkg -i /tmp/buildd/*.deb || true
-apt-get install -y -f --force-yes
+apt-get install -y -f "${APTGETOPT[@]}"
if chmod a+x /tmp/buildd/*/debian/pbuilder-test/*; then
: