The following commit has been merged in the master branch:
commit f5e21543c57d208f4e63346488300e3fa97e6d98
Author: Adam D. Barratt <[EMAIL PROTECTED]>
Date:   Thu Jul 31 22:59:47 2008 +0100

    Treat hardlinks as "normal" files

diff --git a/checks/menu-format b/checks/menu-format
index 3035894..1b25719 100644
--- a/checks/menu-format
+++ b/checks/menu-format
@@ -405,7 +405,7 @@ foreach my $file (keys %{$info->index}) {
     $file = '/' . $file;
     $file_index{$file} = 1;
 
-    if ($index_info->{type} eq '-' &&
+    if ($index_info->{type} =~ m/[-h]/ &&
        $file =~ m,/usr/share/applications/.*\.desktop$,) {
 
        if ($operm & 0100 or $operm & 010 or $operm & 01) {

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to