Author: rinrab Date: Wed Apr 1 17:14:18 2026 New Revision: 1932706 Log: Follow-up to r1932705: Change the value of 'install' field of the svnbrowse program from 'bin' to 'tui' because otherwise it completelly breaks build with the autoconf buildsystem.
* build.conf (svnbrowse): Fix build configuration. Modified: subversion/trunk/build.conf Modified: subversion/trunk/build.conf ============================================================================== --- subversion/trunk/build.conf Wed Apr 1 16:52:16 2026 (r1932705) +++ subversion/trunk/build.conf Wed Apr 1 17:14:18 2026 (r1932706) @@ -226,7 +226,7 @@ manpages = subversion/svnmucc/svnmucc.1 type = exe path = subversion/svnbrowse libs = libsvn_client libsvn_ra libsvn_subr libsvn_delta ncurses -install = bin +install = tui # Support for GNOME Keyring [libsvn_auth_gnome_keyring]
