diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:43:31 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:43:31 +0000 |
commit | 746f7b1c2feeba621a4b516b005d5690889ec40b (patch) | |
tree | 838181424d067d685f0895611a2a16d584a3f563 /chapter05/makedev-inst.xml | |
parent | 954db1565f36fb415cf3abafbe7ad780475055c1 (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.xml | 5 |
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 >$LFS/dev/MAKEDEV &&</userinput> - <userinput>chmod 754 $LFS/dev/MAKEDEV &&</userinput> - <userinput>cp $LFS/dev/MAKEDEV $LFS/dev/MAKEDEV-temp - &&</userinput> <userinput>cd $LFS/dev &&</userinput> + <userinput>chmod 754 MAKEDEV &&</userinput> + <userinput>cp MAKEDEV MAKEDEV-temp &&</userinput> <userinput>patch -Ni $LFS/usr/src/MAKEDEV-2.5.patch</userinput> |