From 1519f60dd0d6b2352c692f1edeedc29c533b752e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 1 Dec 2024 12:42:55 +0100 Subject: chore(build): Re-generate --- build/latex/letter/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/latex/letter/build.sh') diff --git a/build/latex/letter/build.sh b/build/latex/letter/build.sh index 80ecc57..3cc579a 100755 --- a/build/latex/letter/build.sh +++ b/build/latex/letter/build.sh @@ -23,7 +23,7 @@ for arg in "$@"; do done # find all directories which are not the destination dir or inside it -find "$root" -type d -not -name "$dst" -not -path "./$dst/*" -printf '%P\n' | while IFS= read -r dir; do +fd . "$root" --type directory --exclude "$dst" --exclude "./$dst/*" --hidden --exec realpath --relative-to=. {} | while IFS= read -r dir; do mkdir --parents "$dst/$dir" done -- cgit 1.4.1