diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-03 23:35:44 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-03 23:35:44 +0000 |
commit | 7e41eee3f8b1e93181afe449e5b3b2be8ec2da11 (patch) | |
tree | 55012c43a6617849bae421baf5b44c050c844fb9 /chapter06/groff-inst.xml | |
parent | 3566b5392dd213f0e9636654c8df360197c228cb (diff) |
added three symlinks to groff installation to make programs like xman work properly
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/groff-inst.xml')
-rw-r--r-- | chapter06/groff-inst.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter06/groff-inst.xml b/chapter06/groff-inst.xml index 4ee97b4bf..4d320d42f 100644 --- a/chapter06/groff-inst.xml +++ b/chapter06/groff-inst.xml @@ -5,7 +5,11 @@ <para><screen><userinput>./configure --prefix=/usr && make && -make install</userinput></screen></para> +make install && +cd /usr/bin && +ln -s soelim zsoelim && +ln -s eqn geqn && +ln -s tbl gtbl</userinput></screen></para> </sect2> |