Fix module name in autogen.sh so patches get named right

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2018-01-16 12:17:09 -05:00
parent 3d12b8f348
commit 88ae4ebf26

View file

@ -10,7 +10,7 @@ autoreconf -v --install || exit 1
cd "$ORIGDIR" || exit $?
git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
git config --local format.subjectPrefix "PATCH x11proto"
git config --local format.subjectPrefix "PATCH xorgproto"
if test -z "$NOCONFIGURE"; then
exec "$srcdir"/configure "$@"