Skip to content

Commit

Permalink
games-mud/tf: fix PATCHES variable not to use glob on DISTDIR
Browse files Browse the repository at this point in the history
Noticed egencache warning today:

/gentoo-ebuilds/gentoo/games-mud/tf/tf-50_beta8-r2.ebuild:
    line 32: no match: /gentoo/distfiles/tf-all*patch.txt

Package-Manager: portage-2.3.0
  • Loading branch information
Sergei Trofimovich committed Aug 5, 2016
1 parent c653214 commit 4f91edf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion games-mud/tf/tf-50_beta8-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ DEPEND=${RDEPEND}
S=${WORKDIR}/${MY_P}

PATCHES=(
"${DISTDIR}"/tf-all*patch.txt
"${DISTDIR}"/tf-allrootpatch.txt
"${DISTDIR}"/tf-allsrcpatch.txt
"${FILESDIR}"/${P}-pcre.patch
"${FILESDIR}"/${P}-stdarg.patch
)
Expand Down

0 comments on commit 4f91edf

Please sign in to comment.