From kde-commits Mon Jul 09 13:50:01 2007 From: Dirk Mueller Date: Mon, 09 Jul 2007 13:50:01 +0000 To: kde-commits Subject: KDE/kde-common/svn/hooks Message-Id: <1183989001.784789.7917.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=118398901704583 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); }