games-mud/tf: fix PATCHES variable not to use glob on DISTDIR

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
This commit is contained in:
Sergei Trofimovich
2016-08-05 21:21:09 +01:00
parent c653214713
commit 4f91edf6fc

View File

@@ -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
)