public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/zig] rawhide: fix: clean up unpackaged doc directory during bootstrap on RHEL
@ 2026-09-05 13:28
0 siblings, 0 replies; only message in thread
From: @ 2026-09-05 13:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/zig
Branch : rawhide
Commit : afd8c2db98efaf4ca1d11c2d53803fb94a959424
Author : Rénich Bon Ćirić <renich@evalinux.com>
Date : 2026-09-05T07:28:34-06:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/zig/c/afd8c2db98efaf4ca1d11c2d53803fb94a959424?branch=rawhide
Log:
fix: clean up unpackaged doc directory during bootstrap on RHEL
Co-authored-by: Antigravity <antigravity@google.com>
Signed-off-by: Rénich Bon Ćirić <renich@woralelandia.com>
---
diff --git a/zig.spec b/zig.spec
index 6aea38e..e04d5f4 100644
--- a/zig.spec
+++ b/zig.spec
@@ -237,6 +237,9 @@ help2man --no-discard-stderr --no-info "./zig-out/bin/zig" --version-option=vers
%install
%if %{with bootstrap}
%cmake_install
+%if 0%{?rhel}
+rm -rf %{buildroot}%{_prefix}/doc
+%endif
%else
DESTDIR="%{buildroot}" zig build install %{zig_install_options}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-05 13:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-05 13:28 [rpms/zig] rawhide: fix: clean up unpackaged doc directory during bootstrap on RHEL
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox