mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 02:20:30 +01:00
autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
This commit is contained in:
parent
b2109ca535
commit
2ec596c265
1 changed files with 4 additions and 0 deletions
|
|
@ -6,4 +6,8 @@ test -n "$srcdir" || srcdir=.
|
|||
cd "$srcdir" &&
|
||||
autoreconf --force -v --install
|
||||
) || exit
|
||||
|
||||
git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
|
||||
git config --local format.subjectPrefix "PATCH libinput"
|
||||
|
||||
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue