aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appendices/dependencies.xml2
-rw-r--r--chapter06/libcap.xml2
-rw-r--r--lfs-latest.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml
index 6f510a73e..d46acf603 100644
--- a/appendices/dependencies.xml
+++ b/appendices/dependencies.xml
@@ -946,7 +946,7 @@
<segtitle>&dependencies;</segtitle>
<seglistitem>
- <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Gettext,
+ <seg>Bash, Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Gettext,
Grep, Gzip, Linux API Headers, Make, Perl, Python, Sed, and Texinfo</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/libcap.xml b/chapter06/libcap.xml
index 74704650d..8126dfaae 100644
--- a/chapter06/libcap.xml
+++ b/chapter06/libcap.xml
@@ -71,7 +71,7 @@
<para>Install the package and do some cleanup:</para>
-<screen><userinput remap="install">make lib=lib install
+<screen><userinput remap="install">make lib=lib PKGCONFIGDIR=/usr/lib/pkgconfig install
chmod -v 755 /lib/libcap.so.&libcap-version;
mv -v /lib/libpsx.a /usr/lib
rm -v /lib/libcap.so
diff --git a/lfs-latest.php b/lfs-latest.php
index 629ce3192..6fe2ea0ca 100644
--- a/lfs-latest.php
+++ b/lfs-latest.php
@@ -280,7 +280,7 @@ if ( $package == "zstd" ) $dirpath = "https://github.com/facebook/zstd/rel
}
if ( $package == "procps-ng" )
- return find_max( $lines, "/release/", "/^.* ([\d\.]+).*$/" );
+ return find_max( $lines, "/v\d/", "/^.*v([\d\.]+).*$/" );
if ( $package == "psmisc" )
return find_max( $lines, "/^v/", "/^v([\d\.]+).*$/" );