From 3195d5cbc7bbe008d3412d71616a6bc048278fb2 Mon Sep 17 00:00:00 2001 From: Tushar Teredesai Date: Sun, 1 Feb 2004 04:57:52 +0000 Subject: [PATCH] Corrected tcsh man page installation git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1747 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 3 +++ postlfs/shells/tcsh/tcsh-exp.xml | 5 +---- postlfs/shells/tcsh/tcsh-inst.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 47c3040282..3d386d592d 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -11,6 +11,9 @@ who wrote what. +January 31st, 2004 [tushar]: Corrected man +page installation for tcsh. + January 31st, 2004 [tushar]: Added link to Linux PAM Modules page. Closes bug 362. diff --git a/postlfs/shells/tcsh/tcsh-exp.xml b/postlfs/shells/tcsh/tcsh-exp.xml index d2e4a9bfaf..ac7a8199dc 100644 --- a/postlfs/shells/tcsh/tcsh-exp.xml +++ b/postlfs/shells/tcsh/tcsh-exp.xml @@ -1,10 +1,7 @@ Command explanations -cp tcsh.man /usr/share/man/man1/tcsh.1: -Tcsh doesn't install its man page correctly, so we do it manually. - -ln -s /usr/bin/tcsh /bin/csh: The +ln -sf /usr/bin/tcsh /bin/csh: The FHS states that if there is a C shell installed, there should be a symlink from /bin/csh to it. This creates that symlink. diff --git a/postlfs/shells/tcsh/tcsh-inst.xml b/postlfs/shells/tcsh/tcsh-inst.xml index 7e4c6f434d..62931dfd69 100644 --- a/postlfs/shells/tcsh/tcsh-inst.xml +++ b/postlfs/shells/tcsh/tcsh-inst.xml @@ -6,8 +6,8 @@ ./configure --prefix=/usr && make && make install && -cp tcsh.man /usr/share/man/man1/tcsh.1 && -ln -s /usr/bin/tcsh /bin/csh +make install.man && +ln -sf /usr/bin/tcsh /bin/csh