mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user