public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/httrack] rawhide: fix html folder removal command
Date: Sat, 12 Sep 2026 19:26:35 GMT [thread overview]
Message-ID: <178924119523.1.3433606330044034461.rpms-httrack-ef3ff9ede023@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/httrack
Branch : rawhide
Commit : ef3ff9ede0233d9ba24bc649cc3076f897bcb0a5
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-09-12T16:25:55-03:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/httrack/c/ef3ff9ede0233d9ba24bc649cc3076f897bcb0a5?branch=rawhide
Log:
fix html folder removal command
---
diff --git a/httrack.spec b/httrack.spec
index 4cf63dd..2466d42 100644
--- a/httrack.spec
+++ b/httrack.spec
@@ -79,7 +79,7 @@ mv %{buildroot}%{_datadir}/%{name}/libtest %{buildroot}%{_pkgdocdir}/libtest
mv %{buildroot}%{_datadir}/%{name}/templates %{buildroot}%{_pkgdocdir}/templates
# Replace absolute symlink with a relative one to avoid rpmbuild warning
-rm %{buildroot}%{_datadir}/%{name}/html
+rm -rf %{buildroot}%{_datadir}/%{name}/html
ln -s ../doc/%{name}/html %{buildroot}%{_datadir}/%{name}/html
%check
reply other threads:[~2026-09-12 19:26 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=178924119523.1.3433606330044034461.rpms-httrack-ef3ff9ede023@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--cc=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