diff options
author | Theodore Ts'o <tytso@mit.edu> | 2002-02-24 03:48:45 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2002-02-24 03:48:45 -0500 |
commit | 25813b1313a520d118dd16cf5b98545d1f13f53f (patch) | |
tree | b51224ddee1680fb59ba3ffd79bd891f0441c1e3 /e2fsck/Makefile.in | |
parent | b9f409255eec6ccaa7d297bcbf5e2a6478a02735 (diff) | |
download | e2fsprogs-25813b1313a520d118dd16cf5b98545d1f13f53f.tar.gz |
Fix typo in previous changeset; the man pages for fsck.ext2 and
fsck.ext3 should be linked to the one for e2fsck, not fsck.
Diffstat (limited to 'e2fsck/Makefile.in')
-rw-r--r-- | e2fsck/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e2fsck/Makefile.in b/e2fsck/Makefile.in index 9b575d7b..1dd26aef 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 \ |