From 98398080e04c50c20814069ef0400e87d46bf7aa Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 4 Apr 2014 16:05:37 +0000 Subject: Fixes to scripts Update dependencies git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/introduction.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter07/introduction.xml') 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 -- cgit v1.2.3-54-g00ecf