aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/createfiles.xml
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2017-11-08 00:02:50 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2017-11-08 00:02:50 +0000
commit3f60e0c7231bdd4d6decc44486b6e2547702e356 (patch)
tree7e9fb09d4b35ec69d506c25351129efc2baa1e08 /chapter06/createfiles.xml
parent7db2a0632ca76a830a8893441e3727453fd05f07 (diff)
Systemd: Remove invalid links to util-linux static archives in /tools/lib.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11325 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/createfiles.xml')
-rw-r--r--chapter06/createfiles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml
index fbe70a96b..23da2d1e3 100644
--- a/chapter06/createfiles.xml
+++ b/chapter06/createfiles.xml
@@ -53,7 +53,7 @@ ln -sv /tools/lib/libstdc++.{a,so{,.6}} /usr/lib
sed 's/tools/usr/' /tools/lib/libstdc++.la > /usr/lib/libstdc++.la
for lib in blkid lzma mount uuid
do
- ln -sv /tools/lib/lib$lib.{a,so*} /usr/lib
+ ln -sv /tools/lib/lib$lib.so* /usr/lib
sed 's/tools/usr/' /tools/lib/lib${lib}.la > /usr/lib/lib${lib}.la
done
ln -sv bash /bin/sh</userinput></screen>