From: Matthias Andree Date: Mon, 12 Jun 2006 11:54:16 +0000 (+0200) Subject: Install mke2fs.conf into root_sysconfdir rather than /etc. X-Git-Tag: E2FSPROGS-1_40-WIP-1114~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdfa2ba7a7fd8962b3c0a5d5113f2084a296a7a4;p=thirdparty%2Fe2fsprogs.git Install mke2fs.conf into root_sysconfdir rather than /etc. --- diff --git a/misc/Makefile.in b/misc/Makefile.in index b01080f71..28a2520e7 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -288,10 +288,10 @@ install: all $(SMANPAGES) $(UMANPAGES) installdirs echo " INSTALL_DATA $(man5dir)/$$i"; \ $(INSTALL_DATA) $$i $(DESTDIR)$(man5dir)/$$i; \ done - @if ! test -f $(DESTDIR)/etc/mke2fs.conf; then \ - echo " INSTALL_DATA /etc/mke2fs.conf"; \ + @if ! test -f $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; then \ + echo " INSTALL_DATA $(root_sysconfdir)/mke2fs.conf"; \ $(INSTALL_DATA) $(srcdir)/mke2fs.conf \ - $(DESTDIR)/etc/mke2fs.conf; \ + $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; \ fi install-strip: install