git: 48267a0a9263 - main - loader: restore userboot help file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 May 2023 17:25:00 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=48267a0a92633a6248d3bf62f5d31aea593c685d commit 48267a0a92633a6248d3bf62f5d31aea593c685d Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-05-09 13:19:42 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-05-12 17:24:48 +0000 loader: restore userboot help file Commit e32fecd0c2c3 intended to skip installing all but one copy of each loader variant's help file, but accidentally skipped all copies for the userboot help file. (Other loaders install help files via the _simp variant, but there is is no userboot_simp.) PR: 271178 Fixes: e32fecd0c2c3 ("loader: install help files only once") Sponsored by: The FreeBSD Foundation --- stand/userboot/userboot_lua/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/stand/userboot/userboot_lua/Makefile b/stand/userboot/userboot_lua/Makefile index bba0f4a3fd71..d5b95c53641b 100644 --- a/stand/userboot/userboot_lua/Makefile +++ b/stand/userboot/userboot_lua/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ LOADER_INTERP=lua -INSTALL_LOADER_HELP_FILE=no .include "../userboot/Makefile"