diff options
author | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-01-31 09:08:16 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-01-31 09:08:16 +0900 |
commit | 0c6d27ed782a9cef2f66869e949b43a9b3c00e25 (patch) | |
tree | 624e97a13b4405ff5f92c141389158897eea1321 /pbuilder-satisfydepends | |
parent | 32b292e4068352b99d4130393c2ef149bd49de30 (diff) | |
download | pbuilder-0c6d27ed782a9cef2f66869e949b43a9b3c00e25.tar pbuilder-0c6d27ed782a9cef2f66869e949b43a9b3c00e25.tar.gz |
pbuilder-satisfydepends with i386/amd64 cross-arch support
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 |