aboutsummaryrefslogtreecommitdiffstats
path: root/lfs-latest-git.php
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-10-13 15:00:35 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-10-13 15:00:35 -0500
commit8fd9f816d407dbeb894bf1924ca1e5db8ef8fcd9 (patch)
treef297afd9285042f947d97ab02c08b17c5be4120c /lfs-latest-git.php
parent64ce28748b5451d5971196b0f47feaf5f33b047a (diff)
Make instructions more consistent.
When using mkdir during installation, use -pv all the time. Make reference to irc channel all lower case. Update lfs-latest for condxml merge
Diffstat (limited to 'lfs-latest-git.php')
-rw-r--r--lfs-latest-git.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index a581792af..54a16eda2 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -318,7 +318,7 @@ function get_current()
# Make version.ent
chdir( "$tmpdir/LFS" );
- exec ( "./git-version.sh" );
+ exec ( "./git-version.sh systemd" );
chdir( $cdir );