projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f114909
)
sys-apps/openrc: drop unnecessary 'sed' that changed installation modes
author
William Hubbs
<williamh@gentoo.org>
Fri, 11 May 2018 20:45:59 +0000
(15:45 -0500)
committer
William Hubbs
<williamh@gentoo.org>
Fri, 11 May 2018 20:46:22 +0000
(15:46 -0500)
Upstream no longer installs files with mode 0444, so we can remove this
change.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sys-apps/openrc/openrc-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/openrc/openrc-9999.ebuild
b/sys-apps/openrc/openrc-9999.ebuild
index 3420adf2a4c39f6da680f4d294a3366169eb53da..18aa6cade207f34957f01c6103d921953c994f16 100644
(file)
--- a/
sys-apps/openrc/openrc-9999.ebuild
+++ b/
sys-apps/openrc/openrc-9999.ebuild
@@
-61,9
+61,6
@@
PDEPEND="netifrc? ( net-misc/netifrc )"
src_prepare() {
default
-
- sed -i 's:0444:0644:' mk/sys.mk || die
-
if [[ ${PV} == "9999" ]] ; then
local ver="git-${EGIT_VERSION:0:6}"
sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/gitver.mk || die