diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-01-09 12:18:02 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-01-09 12:46:19 -0500 |
commit | c92412894642f48d2ca1ca401172a39f6ece7a4a (patch) | |
tree | 109b172d09ab22e3195a7d2fd14d777d0cde0aa4 /sci-mathematics | |
parent | sci-mathematics/gimps: remove trailing whitespace in README.gentoo. (diff) | |
download | gentoo-c92412894642f48d2ca1ca401172a39f6ece7a4a.tar.gz gentoo-c92412894642f48d2ca1ca401172a39f6ece7a4a.tar.bz2 gentoo-c92412894642f48d2ca1ca401172a39f6ece7a4a.zip |
sci-mathematics/gimps: add a missing "die" statement.
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gimps/gimps-28.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/gimps/gimps-28.10-r1.ebuild b/sci-mathematics/gimps/gimps-28.10-r1.ebuild index 16e14828c63f..f0df6f19d43f 100644 --- a/sci-mathematics/gimps/gimps-28.10-r1.ebuild +++ b/sci-mathematics/gimps/gimps-28.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -33,7 +33,7 @@ DOCS="license.txt readme.txt stress.txt whatsnew.txt undoc.txt" src_install() { dodir ${I} /var/lib/gimps pax-mark m mprime - cp mprime "${D}/${I}" + cp mprime "${D}/${I}" || die fperms a-w "${I}/mprime" fowners root:0 "${I}" fowners root:0 "${I}/mprime" |