]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 f0d14faf9c71b0197104525ec0a565f6a7ce04e8..58b35519dafbe0e057de1efc23aba3de62fd81de 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 \