public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bonnie++] f43: Fix install path and spec file for sbin->bin merge
@ 2026-05-30 18:13 Chris Adams
0 siblings, 0 replies; only message in thread
From: Chris Adams @ 2026-05-30 18:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bonnie++
Branch : f43
Commit : 9260c1abf3745f42cba4efb5a12c33295346845d
Author : Chris Adams <linux@cmadams.net>
Date : 2026-02-03T17:57:23-06:00
Stats : +6/-6 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/bonnie++/c/9260c1abf3745f42cba4efb5a12c33295346845d?branch=f43
Log:
Fix install path and spec file for sbin->bin merge
---
diff --git a/bonnie++-makefile.patch b/bonnie++-makefile.patch
index 793db1e..bf94fbd 100644
--- a/bonnie++-makefile.patch
+++ b/bonnie++-makefile.patch
@@ -17,8 +17,8 @@
- @INSTALL_PROGRAM@ @stripping@ $(EXES) $(eprefix)/sbin
- @INSTALL_PROGRAM@ @stripping@ $(EXE) $(eprefix)/bin
- @INSTALL_SCRIPT@ $(SCRIPTS) $(eprefix)/bin
-+ mkdir -p $(DESTDIR)$(eprefix)/bin $(DESTDIR)$(eprefix)/sbin
-+ @INSTALL_PROGRAM@ @stripping@ $(EXES) $(DESTDIR)$(eprefix)/sbin
++ mkdir -p $(DESTDIR)$(eprefix)/bin $(DESTDIR)$(eprefix)/bin
++ @INSTALL_PROGRAM@ @stripping@ $(EXES) $(DESTDIR)$(eprefix)/bin
+ @INSTALL_PROGRAM@ @stripping@ $(EXE) $(DESTDIR)$(eprefix)/bin
+ @INSTALL_SCRIPT@ $(SCRIPTS) $(DESTDIR)$(eprefix)/bin
diff --git a/bonnie++.spec b/bonnie++.spec
index 1a2066e..62682cd 100644
--- a/bonnie++.spec
+++ b/bonnie++.spec
@@ -39,10 +39,10 @@ test servers.
%{_mandir}/man8/bonnie++.8*
%{_mandir}/man8/getc_putc.8.*
%{_mandir}/man8/zcav.8*
-%{_sbindir}/bonnie++
-%{_sbindir}/getc_putc
-%{_sbindir}/getc_putc_helper
-%{_sbindir}/zcav
+%{_bindir}/bonnie++
+%{_bindir}/getc_putc
+%{_bindir}/getc_putc_helper
+%{_bindir}/zcav
%{_bindir}/bon_csv2html
%{_bindir}/bon_csv2txt
%{_bindir}/generate_randfile
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-30 18:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-30 18:13 [rpms/bonnie++] f43: Fix install path and spec file for sbin->bin merge Chris Adams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox