[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r263 - trunk/checks



Author: djpig
Date: 2004-05-09 02:39:32 +0200 (Sun, 09 May 2004)
New Revision: 263

Modified:
   trunk/checks/huge-usr-share
Log:
forgot quotes


Modified: trunk/checks/huge-usr-share
===================================================================
--- trunk/checks/huge-usr-share	2004-05-09 00:23:11 UTC (rev 262)
+++ trunk/checks/huge-usr-share	2004-05-09 00:39:32 UTC (rev 263)
@@ -45,7 +45,7 @@
 return 0 if $arch eq 'all';
 # usr/share missing. other checks will moan about it
 # so just ignore this package
-return 0 if !-d unpacked/usr/share;
+return 0 if !-d 'unpacked/usr/share';
 
 my $size = `du -ks unpacked`;
 $size =~ s/\t.*//;



Reply to: