aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends-experimental
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-satisfydepends-experimental')
-rwxr-xr-xpbuilder-satisfydepends-experimental2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-satisfydepends-experimental b/pbuilder-satisfydepends-experimental
index c0e7ca2..3fd0c5d 100755
--- a/pbuilder-satisfydepends-experimental
+++ b/pbuilder-satisfydepends-experimental
@@ -25,7 +25,7 @@ set -e
# Use this function to fulfill the dependency (almost)
function checkbuilddep_internal () {
- local ARCH=$(dpkg-architecture -qDEB_HOST_ARCH)
+ local ARCH=$($CHROOTEXEC dpkg-architecture -qDEB_HOST_ARCH)
local INSTALLPKG
local INSTALLPKGLIST
local INSTALLPKGMULTI