]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installman
r1869: * dh_installman: correct mistake that broke translated man page installation
[debhelper.git] / dh_installman
index f054796ceabaaaee533cfa4d9e02e9e0fd034c55..6544eae46b68b79401e53babc57fecfb17724028 100755 (executable)
@@ -143,7 +143,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
        
                my $destdir="$tmp/usr/share/man/man$realsection/";
                my $langcode;
-               if (! exists $dh{LANGUAGE}) {
+               if (! defined $dh{LANGUAGE} || ! exists $dh{LANGUAGE}) {
                        # Translated man pages are typically specified by adding the
                        # language code to the filename, so detect that and
                        # redirect to appropriate directory, stripping the code.