On Sat, Sep 21, 2013 at 1:58 PM, Johannes Sixt <j6t@xxxxxxxx> wrote: > Am 21.09.2013 13:47, schrieb Felipe Contreras: >> diff --git a/Makefile b/Makefile >> index 3588ca1..18081bf 100644 >> --- a/Makefile >> +++ b/Makefile >> @@ -1010,7 +1010,7 @@ ifndef sysconfdir >> ifeq ($(prefix),/usr) >> sysconfdir = /etc >> else >> -sysconfdir = etc >> +sysconfdir = $(prefix)/etc > > Not good: There is a reason why this is a relative path. Please dig the > history, it's pretty clear. It's pretty clear it's *not* a relative path. What is relative about 'sysconfdir = /etc'? -- Felipe Contreras -- 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