From 25813b1313a520d118dd16cf5b98545d1f13f53f Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 24 Feb 2002 03:48:45 -0500 Subject: [PATCH] Fix typo in previous changeset; the man pages for fsck.ext2 and fsck.ext3 should be linked to the one for e2fsck, not fsck. --- e2fsck/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2fsck/Makefile.in b/e2fsck/Makefile.in index 9b575d7..1dd26ae 100644 --- a/e2fsck/Makefile.in +++ b/e2fsck/Makefile.in @@ -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 \ -- 1.8.3.1