mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Update to util-linux-2.28.
Simlify gzip instructions. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
98bed7f8bb
commit
9fee314a7c
@ -35,6 +35,20 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>2016-04-12</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to util-linux-2.28. Fixes
|
||||
<ulink url="&lfs-ticket-root;3906">#3906</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Simlify gzip instructions. Fixes
|
||||
<ulink url="&lfs-ticket-root;3914">#3914</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2016-04-07</para>
|
||||
<itemizedlist>
|
||||
|
@ -214,9 +214,9 @@
|
||||
<listitem>
|
||||
<para>Tzdata &tzdata-version;</para>
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Util-Linux &util-linux-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Vim &vim-version;</para>
|
||||
</listitem>-->
|
||||
|
@ -43,7 +43,7 @@
|
||||
|
||||
<para>Prepare Gzip for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
@ -57,10 +57,9 @@
|
||||
|
||||
<screen><userinput remap="install">make install</userinput></screen>
|
||||
|
||||
<para>Move some programs that do not need to be on the root filesystem:</para>
|
||||
<para>Move a program that needs to be on the root filesystem:</para>
|
||||
|
||||
<screen><userinput remap="install">mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep} /usr/bin
|
||||
mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin</userinput></screen>
|
||||
<screen><userinput remap="install">mv -v /usr/bin/gzip /bin</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!ENTITY version "SVN-20160407">
|
||||
<!ENTITY version "SVN-20160412">
|
||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release
|
||||
but not -rc releases -->
|
||||
<!ENTITY releasedate "April 7, 2016">
|
||||
<!ENTITY releasedate "April 12, 2016">
|
||||
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.10">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -590,10 +590,10 @@
|
||||
<!ENTITY udev-lfs-md5 "c2d6b127f89261513b23b6d458484099">
|
||||
<!ENTITY udev-lfs-home " ">
|
||||
|
||||
<!ENTITY util-linux-version "2.27.1">
|
||||
<!ENTITY util-linux-size "3,872 KB">
|
||||
<!ENTITY util-linux-version "2.28">
|
||||
<!ENTITY util-linux-size "4,024 KB">
|
||||
<!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v2.27/util-linux-&util-linux-version;.tar.xz">
|
||||
<!ENTITY util-linux-md5 "3cd2698d1363a2c64091c2dadc974647">
|
||||
<!ENTITY util-linux-md5 "e534e6ccc49107e5d31c329af798ef7d">
|
||||
<!ENTITY util-linux-home "http://freecode.com/projects/util-linux">
|
||||
<!ENTITY util-linux-ch5-du "118 MB">
|
||||
<!ENTITY util-linux-ch5-sbu "0.7 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user