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. -- Hannes -- 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