commit: f6aa9dde07759665df701c790a1cacf0ad65bc9e
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 17 14:26:40 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 14:26:40 2023 +0000
URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=f6aa9dde
populate-distdir: only invoke ebuild with 'fetch'
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
populate-distdir | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/populate-distdir b/populate-distdir
index b548539..857dd0c 100755
--- a/populate-distdir
+++ b/populate-distdir
@@ -13,4 +13,4 @@ fi
export DISTDIR
find "${TEX_OVERLAY_PATH}" -type f -name '*.ebuild' -print0 |\
- xargs --null -I {} ebuild {} manifest fetch
+ xargs --null -I {} ebuild {} fetch