diff options
author | wiz <wiz> | 2008-12-05 06:48:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-12-05 06:48:05 +0000 |
commit | 72ef4dc1152fba2966a9aaf3630e3c8fbd00b1a0 (patch) | |
tree | f7f43b1fd3c0bbc8790ae9d36e6bbc15a0ea075b /pkgtools | |
parent | 9ace204c0b6d8cd99db2c15b3c414cb661530a45 (diff) | |
download | pkgsrc-72ef4dc1152fba2966a9aaf3630e3c8fbd00b1a0.tar.gz |
Make complaints about hicolor icon themes directories errors.
Ok rillig
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index b5fb833b3f4..8c1073b0902 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -1,5 +1,5 @@ #! @PERL@ -# $NetBSD: pkglint.pl,v 1.793 2008/12/04 18:07:52 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.794 2008/12/05 06:48:05 wiz Exp $ # # pkglint - static analyzer and checker for pkgsrc packages @@ -7421,7 +7421,7 @@ sub checkfile_PLIST($) { } if ($pkgpath ne "graphics/hicolor-icon-theme" && $arg =~ m"^share/icons/hicolor(?:$|/)") { - $line->log_warning("Please .include \"../../graphics/hicolor-icon-theme/buildlink3.mk\" and remove this line."); + $line->log_error("Please .include \"../../graphics/hicolor-icon-theme/buildlink3.mk\" and remove this line."); } } elsif ($cmd eq "imake-man") { my (@args) = split(/\s+/, $arg); |