summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
diff options
context:
space:
mode:
authorTom Hughes <tom.hughes@palm.com>2011-10-06 11:55:39 -0700
committerJoey Hess <joey@kitenet.net>2011-10-06 19:26:06 -0400
commit6f203eab101ec9e21ea9f8f9748ecb275577b590 (patch)
tree4cd51e40098f375f8ba539d3d564886e0f8be486 /Debian/Debhelper
parentd9fb08c138cd00a95770ccc50c467e9c05a14dcb (diff)
Use target architecture for build directory name.
Diffstat (limited to 'Debian/Debhelper')
-rw-r--r--Debian/Debhelper/Buildsystem.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Buildsystem.pm b/Debian/Debhelper/Buildsystem.pm
index 763baa9d..c1a10e5e 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: