On Wed, Nov 16, 2011 at 11:33, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: > Ævar Arnfjörð Bjarmason wrote: > >> Here's what we do with the sharedir currently: >> >> * It's used as the gitwebdir already, and is used also as the >> localedir with this patch: >> >> sharedir = $(prefix)/share >> gitwebdir = $(sharedir)/gitweb >> localedir = $(sharedir)/locale > > This has $(prefix)/ (e.g., /usr/) at the start. Yes I'm an idiot. I confused the installation part with stuff we actually make in the git compilation directory. The i18n code is indeed the onle thing that uses "share" in the compilation directory. Thanks for spotting that. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html