projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45acf36
)
sci-mathematics/gimps: add a missing "die" statement.
author
Michael Orlitzky
<mjo@gentoo.org>
Mon, 9 Jan 2017 17:18:02 +0000
(12:18 -0500)
committer
Michael Orlitzky
<mjo@gentoo.org>
Mon, 9 Jan 2017 17:46:19 +0000
(12:46 -0500)
Package-Manager: portage-2.3.0
sci-mathematics/gimps/gimps-28.10-r1.ebuild
patch
|
blob
|
history
diff --git
a/sci-mathematics/gimps/gimps-28.10-r1.ebuild
b/sci-mathematics/gimps/gimps-28.10-r1.ebuild
index 16e14828c63fd1b4a1d6050d2ed2d9fe53950342..f0df6f19d43f3ab599d34e8451ba170f534b4aa0 100644
(file)
--- a/
sci-mathematics/gimps/gimps-28.10-r1.ebuild
+++ b/
sci-mathematics/gimps/gimps-28.10-r1.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
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"