diff options
author | Adam Jackson <ajax@redhat.com> | 2018-01-16 12:17:09 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-01-16 12:17:14 -0500 |
commit | 88ae4ebf260df280c292cbc6934f8cef6f00bcb6 (patch) | |
tree | df3ecff3d73fd2b72bac3b909edde09a768c178f /autogen.sh | |
parent | 3d12b8f34843300febcf483c8e800273c6a15a69 (diff) |
Fix module name in autogen.sh so patches get named right
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 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 "$@" |