public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/dwarfs-bin/
Date: Wed, 22 Jun 2022 17:39:14 +0000 (UTC)	[thread overview]
Message-ID: <1655876432.d6249f0ce683649ef165f347f27cf472aad9def8.andrewammerlaan@gentoo> (raw)

commit:     d6249f0ce683649ef165f347f27cf472aad9def8
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Wed Jun 22 05:40:32 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 05:40:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6249f0c

sys-fs/dwarfs-bin: added missing ||die statements

Not bumpung revision of ebuild because it's not breaking change.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>

 sys-fs/dwarfs-bin/dwarfs-bin-0.6.1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-fs/dwarfs-bin/dwarfs-bin-0.6.1.ebuild b/sys-fs/dwarfs-bin/dwarfs-bin-0.6.1.ebuild
index 93f3c27f3..b09176c7f 100644
--- a/sys-fs/dwarfs-bin/dwarfs-bin-0.6.1.ebuild
+++ b/sys-fs/dwarfs-bin/dwarfs-bin-0.6.1.ebuild
@@ -28,15 +28,15 @@ QA_PREBUILT="
 src_prepare() {
 	default
 	einfo "Removing legacy fuse2-related stuff..."
-	rm sbin/dwarfs2 sbin/mount.dwarfs2
+	rm sbin/dwarfs2 sbin/mount.dwarfs2 || die
 	einfo "Done. Correcting man paths..."
-	mkdir -p usr/
-	mv share/ usr/
+	mkdir -p usr/ || die
+	mv share/ usr/ || die
 	einfo "Done."
 }
 
 src_install(){
-	mv "${S}"/* "${D}"/
+	mv "${S}"/* "${D}"/ || die
 }
 
 pkg_postinst(){


             reply	other threads:[~2022-06-22 17:39 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-22 17:39 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-28 20:08 [gentoo-commits] repo/proj/guru:master commit in: sys-fs/dwarfs-bin/ Florian Schmaus
2024-12-05 12:00 Florian Schmaus
2024-05-16 16:27 Julien Roy
2024-02-24 12:14 Haelwenn Monnier
2024-02-17 10:35 Haelwenn Monnier
2024-02-13 16:32 David Roman
2024-02-09  0:30 David Roman
2024-01-19 10:31 Arthur Zamarin
2024-01-07 23:46 David Roman
2023-08-17  5:15 Viorel Munteanu
2023-07-26  7:43 Viorel Munteanu
2023-05-27 17:22 Viorel Munteanu
2022-06-22 17:39 Andrew Ammerlaan
2022-03-25 15:17 Ronny Gutbrod
2022-03-23 16:15 Ronny Gutbrod

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=1655876432.d6249f0ce683649ef165f347f27cf472aad9def8.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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