diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-27 07:34:45 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-27 07:34:45 +0900 |
| commit | 88aaa4497c1ae19ff43250d5b8f448248d44a97d (patch) | |
| tree | f0dca0a6634a2e938ea029f977b3ae1bcbe3605b /cmd | |
| parent | b7ea68de35ca3df81bc811fdf8edede4c29de333 (diff) | |
internal/rosa/hakurei: dist tarball
The patch will be removed in the next release.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/mbf/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
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": |
