commit: b28b765a56f848bccd25057856a9f4420123b664
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 5 14:42:00 2024 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep 5 14:42:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28b765a
sys-process/runit: add || die and adjust whitespace
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
sys-process/runit/runit-2.1.2-r5.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/sys-process/runit/runit-2.1.2-r5.ebuild
b/sys-process/runit/runit-2.1.2-r5.ebuild
index c64c0578d5e9..8d6056f4ffba 100644
--- a/sys-process/runit/runit-2.1.2-r5.ebuild
+++ b/sys-process/runit/runit-2.1.2-r5.ebuild
@@ -28,11 +28,10 @@ src_unpack() {
src_prepare() {
default
- cd "${S}"/..
- eapply -p3 "${WORKDIR}"/patches
-
- cd "${S}"
+ cd "${S}"/.. || die
+ eapply -p3 "${WORKDIR}"/patches
+ cd "${S}" || die
# We either build everything or nothing static
sed -i -e 's:-static: :' Makefile || die