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 | 87b0054a899bf8fb45a16617307067e435bfebdc (patch) | |
tree | ecd2209105756e5489121cffe332b7c080bc7d77 | |
parent | 181b60190c1f81fc9b9b5deb07d536b78f2536ab (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,4 +9,7 @@ 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-sunffb" + $srcdir/configure --enable-maintainer-mode "$@" |