Whamcloud - gitweb
Don't try to create $DESTDIR/etc/init.d as part of make install
authorTheodore Ts'o <tytso@mit.edu>
Sun, 10 Feb 2008 03:34:43 +0000 (22:34 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 10 Feb 2008 03:34:43 +0000 (22:34 -0500)
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" <tytso@mit.edu>
misc/Makefile.in

index f0d14fa..58b3551 100644 (file)
@@ -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 \