diff options
author | Mihail Konev <k.mvc@ya.ru> | 2017-01-26 14:00:21 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-01-26 14:00:21 +1000 |
commit | 2d6f2e8b7092a36a623aea5f46eb6a15eb838aac (patch) | |
tree | 9838daf948e8aa63440476e7f70b52189d0f174b | |
parent | 2e6c9e26c0f60278e509a158211e87e10b369559 (diff) |
autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ cd "$srcdir" autoreconf -v --install || exit 1 cd "$ORIGDIR" || exit $? +git config --local --get format.subjectPrefix >/dev/null 2>&1 || + git config --local format.subjectPrefix "PATCH xf86-video-intel" + if test -z "$NOCONFIGURE"; then exec "$srcdir"/configure "$@" fi |