SVN commit 685684 by mueller: and only do it for kde4 M +1 -1 test-pofiles.pl --- trunk/KDE/kde-common/svn/hooks/test-pofiles.pl #685683:685684 @@ -66,7 +66,7 @@ { # Split the line up into the modification code and path, ignoring # property modifications. - if ($line =~ /^[AU]. (.*\.po)$/) + if ($line =~ /^[AU]. (l10n-kde4\/.*\.po)$/) { push(@files_changed, $1); }