From 95644fe2554738a1c1cf25fae88d4c0c494836d2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 12 Mar 2011 14:00:18 -0400 Subject: layout --- Debian/Debhelper/Buildsystem/autoconf.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; -- cgit v1.2.3