소스 검색

Typo in sed

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9596 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 14 년 전
부모
커밋
103bbd63fe
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      chapter06/pkg-config.xml

+ 2 - 1
chapter06/pkg-config.xml

@@ -51,7 +51,8 @@
 
     <para>Fix a problem with one of Pkg-config's tests:</para>
 
-<screen><userinput remap="pre">sed -i -e '/!done/i/   longArg = NULL;' popt/popt.c</userinput></screen>
+<screen><userinput remap="pre">sed -i -e '/!done/a\
+        longArg = NULL;' popt/popt.c</userinput></screen>
 
     <para>Prepare Pkg-config for compilation:</para>