diff options
Diffstat (limited to 'pbuilder-satisfydepends-aptitude')
-rwxr-xr-x | pbuilder-satisfydepends-aptitude | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-satisfydepends-aptitude b/pbuilder-satisfydepends-aptitude index 5ae27e8..f7d59f4 100755 --- a/pbuilder-satisfydepends-aptitude +++ b/pbuilder-satisfydepends-aptitude @@ -56,7 +56,7 @@ function filter_arch_deps() { 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 BUILD_DEP_DEB_DIR local BUILD_DEP_DEB_CONTROL local DEPENDS |