public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/miscfiles/
Date: Mon, 20 Nov 2017 18:47:39 +0000 (UTC)	[thread overview]
Message-ID: <1511203644.f320d9c3c25d62ba35e0bba81b6b97048af0a650.mrueg@gentoo> (raw)

commit:     f320d9c3c25d62ba35e0bba81b6b97048af0a650
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 18:47:24 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 18:47:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f320d9c3

sys-apps/miscfiles: Add a few more die statements

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 sys-apps/miscfiles/miscfiles-1.5-r2.ebuild | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/sys-apps/miscfiles/miscfiles-1.5-r2.ebuild b/sys-apps/miscfiles/miscfiles-1.5-r2.ebuild
index ca1d83243fd..a20e20fe1a7 100644
--- a/sys-apps/miscfiles/miscfiles-1.5-r2.ebuild
+++ b/sys-apps/miscfiles/miscfiles-1.5-r2.ebuild
@@ -30,27 +30,27 @@ src_configure() {
 }
 
 src_install() {
-	emake install DESTDIR="${D}" || die
+	emake install DESTDIR="${D}"
 	dodoc NEWS ORIGIN README dict-README
 
 	# not sure if this is still needed ...
 	dodir /usr/share/dict
-	cd "${ED%/}"/usr/share/misc
+	cd "${ED%/}"/usr/share/misc || die
 	mv $(awk '$1=="dictfiles"{$1="";$2="";print}' "${S}"/Makefile) ../dict/ || die
-	cd ../dict
+	cd ../dict || die
 	ln -s web2 words || die
 	ln -s web2a extra.words || die
 
 	if use minimal ; then
-		cd "${ED}"/usr/share/dict
-		rm -f words extra.words
-		gzip -9 *
-		ln -s web2.gz words
-		ln -s web2a.gz extra.words
-		ln -s connectives{.gz,}
-		ln -s propernames{.gz,}
-		cd ..
-		rm -r misc rfc
+		pushd "${ED}"/usr/share/dict || die
+		rm -f words extra.words || die
+		gzip -9 * || die
+		ln -s web2.gz words || die
+		ln -s web2a.gz extra.words || die
+		ln -s connectives{.gz,} || die
+		ln -s propernames{.gz,} || die
+		popd || die
+		rm -r misc rfc || die
 	fi
 }
 


             reply	other threads:[~2017-11-20 18:47 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-20 18:47 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-01 16:02 [gentoo-commits] repo/gentoo:master commit in: sys-apps/miscfiles/ Mike Gilbert
2024-07-01 15:57 Mike Gilbert
2022-10-18  2:18 Sam James
2022-08-28  7:41 WANG Xuerui
2022-06-21  9:41 David Seifert
2022-06-02  7:31 Jakov Smolić
2022-06-02  4:24 Jakov Smolić
2022-06-02  4:02 Jakov Smolić
2022-06-02  3:14 Sam James
2022-06-02  3:14 Sam James
2022-06-02  3:12 Sam James
2022-06-02  3:12 Sam James
2022-06-02  3:05 Sam James
2022-04-23  2:12 Sam James
2021-07-22  3:19 Georgy Yakovlev
2021-01-06 15:26 Fabian Groffen
2020-12-27 18:13 Fabian Groffen
2020-05-06 17:25 Michał Górny
2020-02-08 16:53 David Seifert
2018-01-02 18:20 Mikle Kolyada
2018-01-02 18:16 Mikle Kolyada
2017-12-26 22:40 Sergei Trofimovich
2017-12-18 18:59 Markus Meier
2017-12-15 22:53 Sergei Trofimovich
2017-12-15 22:53 Sergei Trofimovich
2017-12-15  8:18 Jason Zaman
2017-12-04 13:32 Thomas Deutschmann
2017-11-20 18:23 Thomas Deutschmann
2017-06-26 20:22 Andreas Hüttel
2017-02-14 23:36 Manuel Rüger

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=1511203644.f320d9c3c25d62ba35e0bba81b6b97048af0a650.mrueg@gentoo \
    --to=mrueg@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