diff options
Diffstat (limited to 'pbuilder-satisfydepends')
-rw-r--r-- | pbuilder-satisfydepends | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-satisfydepends b/pbuilder-satisfydepends index ebc5754..1962706 100644 --- a/pbuilder-satisfydepends +++ b/pbuilder-satisfydepends @@ -86,7 +86,7 @@ function checkbuilddep_provides () { function checkbuilddep_internal () { # Use this function to fulfill the dependency (almost) - local ARCH=$(dpkg-architecture -qDEB_HOST_ARCH) + local ARCH=$($CHROOTEXEC dpkg-architecture -qDEB_HOST_ARCH) local INSTALLPKG local INSTALLPKGLIST local INSTALLPKGMULTI |