From 88aaa4497c1ae19ff43250d5b8f448248d44a97d Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 27 Jan 2026 07:34:45 +0900 Subject: internal/rosa/hakurei: dist tarball The patch will be removed in the next release. Signed-off-by: Ophestra --- cmd/mbf/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/mbf') diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go index 286b1115..fe4774ba 100644 --- a/cmd/mbf/main.go +++ b/cmd/mbf/main.go @@ -176,6 +176,8 @@ func main() { p = rosa.Gperf case "hakurei": p = rosa.Hakurei + case "hakurei-dist": + p = rosa.HakureiDist case "iniconfig": p = rosa.IniConfig case "kernel-headers": -- cgit v1.3.1