public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pkcrack/
Date: Sat, 16 Mar 2024 09:26:51 +0000 (UTC)	[thread overview]
Message-ID: <1710581207.97a9222f13c5a0bf0283faef25fa9d75633315da.juippis@gentoo> (raw)

commit:     97a9222f13c5a0bf0283faef25fa9d75633315da
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 09:21:03 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 09:26:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a9222f

app-crypt/pkcrack: add missing dies

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-crypt/pkcrack/pkcrack-1.2.2-r2.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-crypt/pkcrack/pkcrack-1.2.2-r2.ebuild b/app-crypt/pkcrack/pkcrack-1.2.2-r2.ebuild
index 5136a4111629..877601fbf5eb 100644
--- a/app-crypt/pkcrack/pkcrack-1.2.2-r2.ebuild
+++ b/app-crypt/pkcrack/pkcrack-1.2.2-r2.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
+
 inherit toolchain-funcs
 
 DESCRIPTION="PkZip cipher breaker"
@@ -34,18 +35,18 @@ PATCHES=(
 )
 
 src_compile() {
-	cd src
+	cd src || die
 	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" all
 }
 
 src_test() {
-	cd test
+	cd test || die
 	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" all
 }
 
 src_install() {
 	einstalldocs
-	cd src
+	cd src || die
 	dobin pkcrack zipdecrypt findkey makekey
 	newbin extract "${PN}-extract"
 }


             reply	other threads:[~2024-03-16  9:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-16  9:26 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-01 21:14 [gentoo-commits] repo/gentoo:master commit in: app-crypt/pkcrack/ Petr Vaněk
2021-04-29  1:52 Sam James
2018-04-10 19:24 Alon Bar-Lev
2017-02-04  1:31 Alon Bar-Lev
2016-06-12 13:41 Alon Bar-Lev

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=1710581207.97a9222f13c5a0bf0283faef25fa9d75633315da.juippis@gentoo \
    --to=juippis@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