Fix incorrect comment about multimail hook
The multimail contrib hook was moved from git-core to git in 7ac1fbc
("Avoid python dependency in git-core (#1536471)", 2018-01-22).
This commit is contained in:
parent
336bc7765e
commit
5cc54546f6
2
git.spec
2
git.spec
@ -466,7 +466,7 @@ make -C contrib/subtree/
|
|||||||
|
|
||||||
# Fix shebang in a few places to silence rpmlint complaints
|
# Fix shebang in a few places to silence rpmlint complaints
|
||||||
#
|
#
|
||||||
# The multimail hook is installed with git-core. Use python3 to avoid an
|
# The multimail hook is installed with git. Use python3 to avoid an
|
||||||
# unnecessary python2 dependency.
|
# unnecessary python2 dependency.
|
||||||
sed -i -e '1s|#! */usr/bin/env python$|#!%{__python2}|' \
|
sed -i -e '1s|#! */usr/bin/env python$|#!%{__python2}|' \
|
||||||
contrib/fast-import/import-zips.py \
|
contrib/fast-import/import-zips.py \
|
||||||
|
Loading…
Reference in New Issue
Block a user