mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
layout fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@933 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b8910e42b2
commit
a9b23091c0
@ -1,9 +1,10 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>sed 's/\(.*\) (nflg || \(.*\))\(.*\)/\1\2\3/' useradd.c.temp
|
||||
> src/useradd.c</userinput>: This sed is used to fix a compilation
|
||||
bug which occurs due to a variable being used but not defined.</para>
|
||||
<para><userinput>sed 's/\(.*\) (nflg || \(.*\))\(.*\)/\1\2\3/' src/useradd.c
|
||||
> useradd.c.temp &&</userinput>: This sed is used to fix a
|
||||
compilation bug which occurs due to a variable (nflg), being used but not
|
||||
defined.</para>
|
||||
|
||||
<para><userinput>cp limits login.access and others:</userinput> These files
|
||||
were not installed during the installation of the package so we copy
|
||||
|
@ -5,7 +5,8 @@
|
||||
following commands:</para>
|
||||
|
||||
|
||||
<para><screen><userinput>sed 's/\(.*\) (nflg || \(.*\))\(.*\)/\1\2\3/' src/useradd.c > useradd.c.temp &&</userinput>
|
||||
<para><screen><userinput>sed 's/\(.*\) (nflg || \(.*\))\(.*\)/\1\2\3/' \</userinput>
|
||||
<userinput> src/useradd.c > useradd.c.temp &&</userinput>
|
||||
<userinput>mv useradd.c.temp src/useradd.c &&</userinput>
|
||||
<userinput>./configure --prefix=/usr &&</userinput>
|
||||
<userinput>make &&</userinput>
|
||||
|
Loading…
Reference in New Issue
Block a user