summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2012-11-18 16:28:12 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2012-11-18 16:28:52 +0400
commit7e69a075168bd0033b033950f43c3610b6d3cc4b (patch)
tree50d97e02c0b373ca9034a1731288eb25eb81d643 /Documentation
parentef82a2bf6ff0b5933d6ba43ed8a780b71013df29 (diff)
downloadkde-7e69a075168bd0033b033950f43c3610b6d3cc4b.tar.gz
kde-7e69a075168bd0033b033950f43c3610b6d3cc4b.tar.bz2
kde-7e69a075168bd0033b033950f43c3610b6d3cc4b.zip
[kde-base] Fix ftbfs for kdepim
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'Documentation')
-rwxr-xr-xDocumentation/maintainers/git-hooks-commit-msg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/maintainers/git-hooks-commit-msg b/Documentation/maintainers/git-hooks-commit-msg
index f659c61667c..c1f2a72f1f7 100755
--- a/Documentation/maintainers/git-hooks-commit-msg
+++ b/Documentation/maintainers/git-hooks-commit-msg
@@ -38,7 +38,7 @@ elif grep '^NO_REPOMAN' "$FILE" >& /dev/null ; then
# Allow i-know-what-i-am-doing override
sed -i -e '/^NO_REPOMAN/d' "$FILE"
exit 0
-elif ! grep '^(Portage version' "$FILE" >& /dev/null ; then
+elif ! grep -e '(Portage version|Package-Manager' "$FILE" >& /dev/null ; then
die 'Please use repoman to commit'
fi