aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/makedev-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:43:31 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:43:31 +0000
commit746f7b1c2feeba621a4b516b005d5690889ec40b (patch)
tree838181424d067d685f0895611a2a16d584a3f563 /chapter05/makedev-inst.xml
parent954db1565f36fb415cf3abafbe7ad780475055c1 (diff)
Beautifications
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@286 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/makedev-inst.xml')
-rw-r--r--chapter05/makedev-inst.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter05/makedev-inst.xml b/chapter05/makedev-inst.xml
index 61615e94f..c6d2e8ec1 100644
--- a/chapter05/makedev-inst.xml
+++ b/chapter05/makedev-inst.xml
@@ -9,10 +9,9 @@ Install MAKEDEV by running the following commands:
<userinput>sed s/"# 9"/9/ MAKEDEV &gt;$LFS/dev/MAKEDEV
&amp;&amp;</userinput>
- <userinput>chmod 754 $LFS/dev/MAKEDEV &amp;&amp;</userinput>
- <userinput>cp $LFS/dev/MAKEDEV $LFS/dev/MAKEDEV-temp
- &amp;&amp;</userinput>
<userinput>cd $LFS/dev &amp;&amp;</userinput>
+ <userinput>chmod 754 MAKEDEV &amp;&amp;</userinput>
+ <userinput>cp MAKEDEV MAKEDEV-temp &amp;&amp;</userinput>
<userinput>patch -Ni $LFS/usr/src/MAKEDEV-2.5.patch</userinput>