diff options
author | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-06-01 17:49:51 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-06-01 17:49:51 +0900 |
commit | fa2dfbf5dd5237602cc6b0693f94d5013ecb6d4b (patch) | |
tree | 2721b4662f6f6708b8a6682efceb058568f05db0 /pbuilder-satisfydepends-aptitude | |
parent | 57e5a2058ef7598ea657fd14fc47ad29f42ff249 (diff) | |
download | pbuilder-fa2dfbf5dd5237602cc6b0693f94d5013ecb6d4b.tar pbuilder-fa2dfbf5dd5237602cc6b0693f94d5013ecb6d4b.tar.gz |
run dpkg-architecture inside chroot for pbuilder-satisfydepends-{aptitude,experimental} also.
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 |