From: Tom Hughes Date: Thu, 6 Oct 2011 18:55:39 +0000 (-0700) Subject: Use target architecture for build directory name. X-Git-Tag: 8.9.9~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6f203eab101ec9e21ea9f8f9748ecb275577b590;p=debhelper.git Use target architecture for build directory name. --- diff --git a/Debian/Debhelper/Buildsystem.pm b/Debian/Debhelper/Buildsystem.pm index 763baa9..c1a10e5 100644 --- a/Debian/Debhelper/Buildsystem.pm +++ b/Debian/Debhelper/Buildsystem.pm @@ -34,7 +34,7 @@ sub DESCRIPTION { # Default build directory. Can be overriden in the derived # class if really needed. sub DEFAULT_BUILD_DIRECTORY { - "obj-" . dpkg_architecture_value("DEB_BUILD_GNU_TYPE"); + "obj-" . dpkg_architecture_value("DEB_HOST_GNU_TYPE"); } # Constructs a new build system object. Named parameters: