Skip to content

Commit

Permalink
sys-apps/openrc: drop unnecessary 'sed' that changed installation modes
Browse files Browse the repository at this point in the history
Upstream no longer installs files with mode 0444, so we can remove this
change.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
williamh committed May 11, 2018
1 parent f114909 commit 4d2c899
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sys-apps/openrc/openrc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d2c899

Please sign in to comment.