summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-01-16 12:17:09 -0500
committerAdam Jackson <ajax@redhat.com>2018-01-16 12:17:14 -0500
commit88ae4ebf260df280c292cbc6934f8cef6f00bcb6 (patch)
treedf3ecff3d73fd2b72bac3b909edde09a768c178f
parent3d12b8f34843300febcf483c8e800273c6a15a69 (diff)
Fix module name in autogen.sh so patches get named right
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e622af6..4cf1d87 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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 "$@"