summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-03-12 14:00:18 -0400
committerJoey Hess <joey@kitenet.net>2011-03-12 14:00:18 -0400
commit95644fe2554738a1c1cf25fae88d4c0c494836d2 (patch)
treef1284480e6cfc935fa8157f153b1fb144433f1d2 /Debian/Debhelper
parent859b245e93028ff72ae9f19dc5f49af7406e7ac8 (diff)
layout
Diffstat (limited to 'Debian/Debhelper')
-rw-r--r--Debian/Debhelper/Buildsystem/autoconf.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Debian/Debhelper/Buildsystem/autoconf.pm b/Debian/Debhelper/Buildsystem/autoconf.pm
index f0948f36..10599d14 100644
--- a/Debian/Debhelper/Buildsystem/autoconf.pm
+++ b/Debian/Debhelper/Buildsystem/autoconf.pm
@@ -40,7 +40,8 @@ sub configure {
if (! compat(8)) {
push @opts, "--libdir=\${prefix}/lib/" . dpkg_architecture_value("DEB_HOST_MULTIARCH");
push @opts, "--libexecdir=\${prefix}/lib/" . dpkg_architecture_value("DEB_HOST_MULTIARCH") . "/" . sourcepackage();
- } else {
+ }
+ else {
push @opts, "--libexecdir=\${prefix}/lib/" . sourcepackage();
}
push @opts, "--disable-maintainer-mode";