]> git.donarmstrong.com Git - debhelper.git/commitdiff
layout
authorJoey Hess <joey@kitenet.net>
Sat, 12 Mar 2011 18:00:18 +0000 (14:00 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 12 Mar 2011 18:00:18 +0000 (14:00 -0400)
Debian/Debhelper/Buildsystem/autoconf.pm

index f0948f3684089e2a76d004203022b7e389ae39f3..10599d14c6a80db5d15622bb68bfcdb763e06048 100644 (file)
@@ -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";