Explorar o código

shortened install command

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans %!s(int64=23) %!d(string=hai) anos
pai
achega
81d786ba58
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      chapter06/ed-inst.xml

+ 1 - 1
chapter06/ed-inst.xml

@@ -16,7 +16,7 @@ sed 's/int u/int u, sfd/' buf.c.backup | \
 ./configure --prefix=/usr &&
 make &&
 make install &&
-mv /usr/bin/ed /usr/bin/red /bin</userinput></screen></para>
+mv /usr/bin/{ed,red} /bin</userinput></screen></para>
 
 </sect2>