aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpbuilder-satisfydepends-funcs4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbuilder-satisfydepends-funcs b/pbuilder-satisfydepends-funcs
index 30d487b..fb8ac95 100755
--- a/pbuilder-satisfydepends-funcs
+++ b/pbuilder-satisfydepends-funcs
@@ -193,11 +193,11 @@ checkbuilddep_archdeps() {
for d in $DEP_ARCHES; do
if echo "$d" | grep -q '!'; then
d="$(echo $d | sed 's/!//')"
- if dpkg-architecture -a$ARCH -i$d; then
+ if dpkg-architecture -a$ARCH -i$d -f; then
IGNORE_IT="yes"
fi
else
- if dpkg-architecture -a$ARCH -i$d; then
+ if dpkg-architecture -a$ARCH -i$d -f; then
USE_IT="yes"
fi
INCLUDE="yes"