Changeset 0fbcdb1


Ignore:
Timestamp:
06/25/2019 03:01:24 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
935d80e
Parents:
015138b
Message:

Fix documentation installation in Check so that it's installed in a versioned directory.
We do this by specifying the docdir= on the make install line, forcing an override
Otherwise it installs it in /usr/share/doc/check, and does NOT honor the configure
option of --docdir=

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11624 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r015138b r0fbcdb1  
    4444       -->
    4545    <listitem>
     46      <para>2019-06-24</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Fixed issue with installing Check's documentation
     50          in a verisoned directory. Thanks goes to Ryan Marsaw for the report.
     51          This was fixed be removing the unrecognized/unused --docdir
     52          and replacing it with a "docdir=" in the make install command.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4658      <para>2019-06-18</para>
    4759      <itemizedlist>
  • chapter06/check.xml

    r015138b r0fbcdb1  
    4343    <para>Prepare Check for compilation:</para>
    4444
    45 <screen><userinput remap="configure">./configure --prefix=/usr \
    46             --docdir=/usr/share/doc/check-&check-version;</userinput></screen>
     45<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
    4746
    4847    <para>Build the package:</para>
     
    6059    <para>Install the package and fix a script:</para>
    6160
    62 <screen><userinput remap="install">make install
     61    <screen><userinput remap="install">make docdir=/usr/share/doc/check-&check-version; install
    6362sed -i '1 s/tools/usr/' /usr/bin/checkmk</userinput></screen>
    6463
  • general.ent

    r015138b r0fbcdb1  
    1 <!ENTITY version         "SVN-20190618">
     1<!ENTITY version         "SVN-20190624">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20190618-systemd">
     6<!ENTITY versiond        "20190624-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "June 18, 2019">
     10<!ENTITY releasedate     "June 24, 2019">
    1111
    1212<!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
Note: See TracChangeset for help on using the changeset viewer.