public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/httrack] f45: fix html folder removal command
@ 2026-09-12 20:33 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-09-12 20:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/httrack
Branch : f45
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=f45
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-12 20:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-12 20:33 [rpms/httrack] f45: fix html folder removal command Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox