Explorar el Código

shortened install command

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans hace 23 años
padre
commit
81d786ba58
Se han modificado 1 ficheros con 1 adiciones y 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>