From 7e69a075168bd0033b033950f43c3610b6d3cc4b Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Sun, 18 Nov 2012 16:28:12 +0400 Subject: [kde-base] Fix ftbfs for kdepim Signed-off-by: Alexey Shvetsov --- Documentation/maintainers/git-hooks-commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/maintainers/git-hooks-commit-msg') 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 -- cgit v1.2.3