public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/zig] rawhide: fix: clean up unpackaged doc directory during bootstrap on RHEL
Date: Sat, 05 Sep 2026 13:28:42 GMT [thread overview]
Message-ID: <178861492223.1.13443423311343362794.rpms-zig-afd8c2db98ef@fedoraproject.org> (raw)
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}
reply other threads:[~2026-09-05 13:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178861492223.1.13443423311343362794.rpms-zig-afd8c2db98ef@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox