mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 02:20:17 +01:00
Fix module name in autogen.sh so patches get named right
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
3d12b8f348
commit
88ae4ebf26
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue