aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/creatingdirs.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-04-15 20:15:34 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-04-15 20:15:34 +0000
commitdd2d8eb3b0d37d1169bb90d3a5989003b90f2954 (patch)
tree8435d5db8b06cd0173c1b205ed0f208d96ca3e37 /chapter06/creatingdirs.xml
parent6070f516c5a137a643ed68bf6a467c4a6e5476c3 (diff)
Update bzip2 url.
Update to util-linux-2.33.2. Update to linux-5.0.7. Update to gawk-5.0.0. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11578 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r--chapter06/creatingdirs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index e68efbf34..bc4df7054 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -22,6 +22,7 @@ mkdir -pv /usr/{,local/}share/{color,dict,doc,info,locale,man}
mkdir -v /usr/{,local/}share/{misc,terminfo,zoneinfo}
mkdir -v /usr/libexec
mkdir -pv /usr/{,local/}share/man/man{1..8}
+mkdir -v /usr/lib/pkgconfig
case $(uname -m) in
x86_64) mkdir -v /lib64 ;;