Whamcloud - gitweb
Fix typo in previous changeset; the man pages for fsck.ext2 and
authorTheodore Ts'o <tytso@mit.edu>
Sun, 24 Feb 2002 08:48:45 +0000 (03:48 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 24 Feb 2002 08:48:45 +0000 (03:48 -0500)
fsck.ext3 should be linked to the one for e2fsck, not fsck.

e2fsck/Makefile.in

index 9b575d7..1dd26ae 100644 (file)
@@ -149,8 +149,8 @@ install: $(PROGS) $(MANPAGES) installdirs
                $(RM) -f $(DESTDIR)$(man8dir)/$$i.gz; \
                $(INSTALL_DATA) $$i $(DESTDIR)$(man8dir)/$$i; \
        done
-       $(LN) -f $(DESTDIR)$(man8dir)/fsck.8 $(DESTDIR)$(man8dir)/fsck.ext2.8
-       $(LN) -f $(DESTDIR)$(man8dir)/fsck.8 $(DESTDIR)$(man8dir)/fsck.ext3.8
+       $(LN) -f $(DESTDIR)$(man8dir)/e2fsck.8 $(DESTDIR)$(man8dir)/fsck.ext2.8
+       $(LN) -f $(DESTDIR)$(man8dir)/e2fsck.8 $(DESTDIR)$(man8dir)/fsck.ext3.8
 
 uninstall:
        for i in $(PROGS); do \