diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-11-17 15:26:40 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-11-17 15:26:40 +0100 |
commit | f6aa9dde07759665df701c790a1cacf0ad65bc9e (patch) | |
tree | 3a7166a6a058d8294b7d82abd733d9df9eb2cae0 | |
parent | populate-distdir: fix syntax (diff) | |
download | tex-f6aa9dde07759665df701c790a1cacf0ad65bc9e.tar.gz tex-f6aa9dde07759665df701c790a1cacf0ad65bc9e.tar.bz2 tex-f6aa9dde07759665df701c790a1cacf0ad65bc9e.zip |
populate-distdir: only invoke ebuild with 'fetch'
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rwxr-xr-x | populate-distdir | 2 |
1 files changed, 1 insertions, 1 deletions
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 |