소스 검색

Only symlink shared lib{blkid,mount,uuid} for systemd

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Xi Ruoyao 6 년 전
부모
커밋
94c160cfe6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      chapter06/systemd.xml

+ 1 - 1
chapter06/systemd.xml

@@ -52,7 +52,7 @@
     <para>Because we have not yet installed the final version of Util-Linux,
     create links to the libraries in the approprite location:</para>
 
-<screen><userinput remap="pre">for file in /tools/lib/lib{blkid,mount,uuid}*; do
+<screen><userinput remap="pre">for file in /tools/lib/lib{blkid,mount,uuid}.so*; do
     ln -sf $file /usr/lib/
 done</userinput></screen>