From ab9f1a84b0e4831f4dd2f3c6f93f4d09643e3b0f Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 9 Feb 2008 22:34:43 -0500 Subject: [PATCH] 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" --- misc/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 \ -- 1.8.3.1