Changeset a740c95


Ignore:
Timestamp:
07/09/2021 01:10:22 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4f60bf0
Parents:
cedbfaa7
Message:

gptfdisk: Adapt to merged-/usr changes
ntfs-3g: Adapt to merged-/usr changes

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rcedbfaa7 ra740c95  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Adapt gptfdisk to merged-/usr changes. Partially
     49          fixes <ulink url="&blfs-ticket-root;15223">#15223</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Adapt ntfs-3g to merged-/usr changes. Partially
     53          fixes <ulink url="&blfs-ticket-root;15223">#15223</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[renodr] - Adapt keyutils to merged-/usr changes. Partially
    4957          fixes <ulink url="&blfs-ticket-root;15223">#15223</ulink>.</para>
  • postlfs/filesystems/gptfdisk.xml

    rcedbfaa7 ra740c95  
    115115<screen><userinput>patch -Np1 -i ../gptfdisk-&gptfdisk-version;-convenience-1.patch &amp;&amp;
    116116sed -i 's|ncursesw/||' gptcurses.cc &amp;&amp;
     117sed -i 's|sbin|usr/sbin|' Makefile &amp;&amp;
    117118
    118119make</userinput></screen>
  • postlfs/filesystems/ntfs-3g.xml

    rcedbfaa7 ra740c95  
    109109
    110110    <para>
     111      First, adapt <application>Ntfs-3g</application> to the merged-/usr
     112      changes:
     113    </para>
     114
     115<screen><userinput remap="pre">sed -i 's|/sbin|$(rootsbindir)|' {ntfsprogs,src}/Makefile.in</userinput></screen>
     116
     117    <para>
    111118      Install <application>Ntfs-3g</application> by running the following
    112119      commands:
Note: See TracChangeset for help on using the changeset viewer.