Ignore:
Timestamp:
Feb 3, 2014, 4:51:32 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a675f6d8
Parents:
5fe9680
Message:

We don't create links of man, info, and doc to /usr anymore. HFSUtils uses /man which attempts to install man-pages to /usr/man/man1 which causes it to error. We will make it install man-pages to /usr/share/man with --mandir configure option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/ppc/hfsutils.xml

    r5fe9680 r9e4058c  
    3333    <para os="a">Prepare Hfsutils for compilation:</para>
    3434
    35 <screen><userinput>./configure --prefix=/usr</userinput></screen>
     35<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man</userinput></screen>
    3636
    3737    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.