[jhalfs] 03/03: Move the restore-luser target to the end
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch plabs/lfs-user in repository jhalfs. commit 190ad9dd0257cd818361fdb3017d4812e32d53bd Author: Pierre Labastie <[email protected]> AuthorDate: Thu Dec 26 09:13:46 2024 +0100 Move the restore-luser target to the end Now that it is just a warning, allow the user to see it by placing it at the end. --- LFS/master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LFS/master.sh b/LFS/master.sh index dcd82e3..c904c6d 100644 --- a/LFS/master.sh +++ b/LFS/master.sh @@ -341,6 +341,7 @@ fi sudo mv os-release \$(MOUNT_PT)/etc && \\ sudo chown root:root \$(MOUNT_PT)/etc/os-release @\$(call echo_finished,$VERSION) + @sudo make restore-luser ck_UID: @if [ \`id -u\` = "0" ]; then \\ @@ -374,7 +375,6 @@ mk_LUSER: mk_SETUP mk_SUDO: mk_LUSER @sudo rm -f envars @sudo make BREAKPOINT=\$(BREAKPOINT) SUDO - @sudo make restore-luser @touch \$@ mk_CHROOT: mk_SUDO devices -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page