From cdfa2ba7a7fd8962b3c0a5d5113f2084a296a7a4 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 12 Jun 2006 13:54:16 +0200 Subject: [PATCH] Install mke2fs.conf into root_sysconfdir rather than /etc. --- misc/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/Makefile.in b/misc/Makefile.in index b01080f..28a2520 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 -- 1.8.3.1