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/ppc64/hfsutils.xml

    r5fe9680 r9e4058c  
    3434    xpointer="xpointer(//*[@os='a'])"/>
    3535
    36 <screen><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr</userinput></screen>
     36<screen><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --mandir=/usr/share/man</userinput></screen>
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.