Browse Source

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 năm trước cách đây
mục cha
commit
94c160cfe6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>