]> git.donarmstrong.com Git - debhelper.git/commitdiff
layout
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 30 Jun 2009 02:16:56 +0000 (22:16 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 30 Jun 2009 02:16:56 +0000 (22:16 -0400)
Debian/Debhelper/Buildsystem.pm

index 6eca336f932b9aae77718dda4799c019cd7f7486..209f0705d7b58b6697bfb37174812923ae59473f 100644 (file)
@@ -186,9 +186,11 @@ sub _rel2rel {
 
        if (File::Spec->file_name_is_absolute($path)) {
                return $path;
-       } elsif (File::Spec->file_name_is_absolute($base)) {
+       }
+       elsif (File::Spec->file_name_is_absolute($base)) {
                return File::Spec->rel2abs($path, $root);
-       } else {
+       }
+       else {
                return File::Spec->abs2rel(
                        File::Spec->rel2abs($path, $root),
                        File::Spec->rel2abs($base, $root)