From: Theodore Ts'o Date: Sun, 10 Feb 2008 03:34:43 +0000 (-0500) Subject: Don't try to create $DESTDIR/etc/init.d as part of make install X-Git-Tag: v1.40.6~5 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ab9f1a84b0e4831f4dd2f3c6f93f4d09643e3b0f;p=tools%2Fe2fsprogs.git Don't try to create $DESTDIR/etc/init.d as part of make install This isn't necessary since we don't install the init.d script (and it's not the recommended way to start uuidd anyway). Addresses-Sourceforge-Bug: #1885085 Signed-off-by: "Theodore Ts'o" --- diff --git a/misc/Makefile.in b/misc/Makefile.in index f0d14fa..58b3551 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -251,8 +251,7 @@ installdirs: $(DESTDIR)$(root_sbindir) $(DESTDIR)$(bindir) \ $(DESTDIR)$(man1dir) $(DESTDIR)$(man8dir) \ $(DESTDIR)$(man1dir) $(DESTDIR)$(man5dir) \ - $(DESTDIR)$(libdir) $(DESTDIR)/$(root_sysconfdir) \ - $(DESTDIR)/etc/init.d + $(DESTDIR)$(libdir) $(DESTDIR)/$(root_sysconfdir) install: all $(SMANPAGES) $(UMANPAGES) installdirs @for i in $(SPROGS); do \