Skip to content

Commit

Permalink
app-admin/cronolog: don't use an array to stuff patches in but call e…
Browse files Browse the repository at this point in the history
…patch directly.

Package-Manager: portage-2.3.3
  • Loading branch information
monsieurp committed Feb 25, 2017
1 parent 0838f25 commit 9b69e69
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app-admin/cronolog/cronolog-1.6.2-r5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"

MY_PATCHES=(
"${FILESDIR}/${PV}-patches"/*.txt
"${FILESDIR}/${P}-umask.patch"
)

DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )

src_prepare() {
default
epatch "${MY_PATCHES[@]}"
epatch "${FILESDIR}/${PV}-patches"/*.txt "${FILESDIR}/${P}-umask.patch"
eautoreconf
}

Expand Down

0 comments on commit 9b69e69

Please sign in to comment.