public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chris Adams <linux@cmadams.net>
To: git-commits@fedoraproject.org
Subject: [rpms/bonnie++] f43: Fix install path and spec file for sbin->bin merge
Date: Sat, 30 May 2026 18:13:25 GMT	[thread overview]
Message-ID: <178016480574.1.14963289591960323993.rpms-bonnie++-9260c1abf374@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-05-30 18:13 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=178016480574.1.14963289591960323993.rpms-bonnie++-9260c1abf374@fedoraproject.org \
    --to=linux@cmadams.net \
    --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