]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 9b575d7bc1c6428a57d009e684abb1801f109791..1dd26aef23fb27afae3180654102f50df52b6f1f 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 \