diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-04 16:05:37 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-04 16:05:37 +0000 |
commit | 98398080e04c50c20814069ef0400e87d46bf7aa (patch) | |
tree | f95f8caec297a27fe4114dc8ae2e1685dd28f967 /chapter07 | |
parent | cba2d4e6aa081fdf62e527d28eba137eb885f0cc (diff) |
Fixes to scripts
Update dependencies
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/introduction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml index 780c36a42..644520d4a 100644 --- a/chapter07/introduction.xml +++ b/chapter07/introduction.xml @@ -182,7 +182,7 @@ ln -svfn init-systemd /sbin/init ln -svfn init.d-systemd /etc/init.d for tool in halt poweroff reboot runlevel shutdown telinit; do - ln -sfvn $(tool}-systemd /sbin/${tool} + ln -sfvn ${tool}-systemd /sbin/${tool} ln -svfn ${tool}-systemd.8 /usr/share/man/man8/${tool}.8 done |