mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
gptfdisk: Adapt to merged-/usr changes
ntfs-3g: Adapt to merged-/usr changes
This commit is contained in:
parent
cedbfaa777
commit
a740c954f0
@ -44,6 +44,14 @@
|
||||
<listitem>
|
||||
<para>July 8th, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Adapt gptfdisk to merged-/usr changes. Partially
|
||||
fixes <ulink url="&blfs-ticket-root;15223">#15223</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Adapt ntfs-3g to merged-/usr changes. Partially
|
||||
fixes <ulink url="&blfs-ticket-root;15223">#15223</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Adapt keyutils to merged-/usr changes. Partially
|
||||
fixes <ulink url="&blfs-ticket-root;15223">#15223</ulink>.</para>
|
||||
|
@ -114,6 +114,7 @@
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../gptfdisk-&gptfdisk-version;-convenience-1.patch &&
|
||||
sed -i 's|ncursesw/||' gptcurses.cc &&
|
||||
sed -i 's|sbin|usr/sbin|' Makefile &&
|
||||
|
||||
make</userinput></screen>
|
||||
|
||||
|
@ -107,6 +107,13 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Ntfs-3g</title>
|
||||
|
||||
<para>
|
||||
First, adapt <application>Ntfs-3g</application> to the merged-/usr
|
||||
changes:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i 's|/sbin|$(rootsbindir)|' {ntfsprogs,src}/Makefile.in</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>Ntfs-3g</application> by running the following
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user