diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2023-01-25 15:01:12 -0600 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2023-01-25 15:01:12 -0600 |
commit | c349b4a2b33dfe085b7f7733c5e70e8ed5f4f23d (patch) | |
tree | e1bc2d323bf0e922a923f4ab45170651b7f70c98 /chapter08 | |
parent | 69854d2a873d74a7956e34d3f29f28aafa5c07f7 (diff) |
Fix the build of systemd due to the last commit
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/systemd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 60b5f3605..1db7e1444 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -60,7 +60,7 @@ cd build meson --prefix=/usr \ - --buildtype=release \location of the + --buildtype=release \ -Ddefault-dnssec=no \ -Dfirstboot=false \ -Dinstall-tests=false \ |