From 48267a0a92633a6248d3bf62f5d31aea593c685d Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 9 May 2023 09:19:42 -0400 Subject: [PATCH] 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"