MSYS2-packages/subversion/19-remove-contrib-from-configure.patch
2020-05-30 09:02:52 +03:00

23 lines
604 B
Diff

Remove contrib
From: David Rothenberger <daveroth@acm.org>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index a758b73..209f3e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1655,7 +1655,7 @@ AC_OUTPUT
if test "$abs_srcdir" != "$abs_builddir"
then
AC_MSG_NOTICE([Creating build directories])
- (cd "$abs_srcdir"; find subversion tools contrib -type d) | xargs $MKDIR
+ (cd "$abs_srcdir"; find subversion tools -type d) | xargs $MKDIR
fi
# ==== Print final messages to user ==========================================