From 161691d721f1fb721d1a9849f715a46ed997749e Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 4 Jan 2020 09:00:15 +0000 Subject: Fix various issues in libcap-2.29 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/systemd.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/systemd.xml') diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 7c484d867..0554072d2 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -51,7 +51,7 @@ ln -sf /tools/bin/true /usr/bin/xsltproc Because we have not yet installed the final version of Util-Linux, - create links to the libraries in the approprite location: + create links to the libraries in the appropriate location: for file in /tools/lib/lib{blkid,mount,uuid}.so*; do ln -sf $file /usr/lib/ -- cgit v1.2.3-54-g00ecf