diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-09-24 07:04:44 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-09-24 07:04:44 +0000 |
commit | 81ed05f85e7cc98389d055b7529685b3e59f3502 (patch) | |
tree | d96a4b256b1135def9d70cb7cf1188531b0fb6dc /chapter06/createfiles.xml | |
parent | f682fb5f5c7b08a6e6a25c477f7c445da07bd54f (diff) |
Use upstream systemd tarball with meson build system and supply only prebuilt man pages.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11306 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/createfiles.xml')
-rw-r--r-- | chapter06/createfiles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 5df57ef2a..fbe70a96b 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -47,7 +47,7 @@ sed 's/tools/usr/' /tools/lib/libstdc++.la > /usr/lib/libstdc++.la ln -sv bash /bin/sh</userinput></screen> <screen revision="systemd"><userinput>ln -sv /tools/bin/{bash,cat,dd,echo,ln,pwd,rm,stty} /bin -ln -sv /tools/bin/{install,perl} /usr/bin +ln -sv /tools/bin/{env,install,perl} /usr/bin ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib ln -sv /tools/lib/libstdc++.{a,so{,.6}} /usr/lib sed 's/tools/usr/' /tools/lib/libstdc++.la > /usr/lib/libstdc++.la |