aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-21 14:50:51 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-21 14:51:30 -0500
commitec66bf96425a41f4d5ec4a35b8a877f64abe6f6e (patch)
tree2a73ebb86fda62907a3ddec22b87a561d9a46067
parentd742185e871687fa2e491af661d7d7a830b5d6c6 (diff)
Hardcode systemd man-pages for now until download repo has new release.
-rw-r--r--chapter8/systemd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter8/systemd.sh b/chapter8/systemd.sh
index d0363db..a9c8172 100644
--- a/chapter8/systemd.sh
+++ b/chapter8/systemd.sh
@@ -43,7 +43,7 @@ rm -v /usr/bin/xsltproc
LANG=en_US.UTF-8 ninja &&
LANG=en_US.UTF-8 ninja install &&
-tar -xvf ../../systemd-man-pages-"${VERSION}"-2.tar.xz \
+tar -xvf ../../systemd-man-pages-"247"-2.tar.xz \
--strip-components=1 -C /usr/share/man &&
rm -rfv /usr/lib/pam.d &&
systemd-machine-id-setup &&