From: Joey Hess Date: Sat, 12 Mar 2011 18:00:18 +0000 (-0400) Subject: layout X-Git-Tag: 8.1.3~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=95644fe2554738a1c1cf25fae88d4c0c494836d2;p=debhelper.git layout --- diff --git a/Debian/Debhelper/Buildsystem/autoconf.pm b/Debian/Debhelper/Buildsystem/autoconf.pm index f0948f3..10599d1 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";