[latex3-commits] [git/LaTeX3-latex3-l3build] main: Mumble (ab2ffdd)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Dec 9 10:40:08 CET 2021
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/ab2ffdd6466921bb0db86f2f78a9ed81c4f0a4c1
>---------------------------------------------------------------
commit ab2ffdd6466921bb0db86f2f78a9ed81c4f0a4c1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Dec 8 17:38:31 2021 +0000
Mumble
>---------------------------------------------------------------
ab2ffdd6466921bb0db86f2f78a9ed81c4f0a4c1
l3build-ctan.lua | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/l3build-ctan.lua b/l3build-ctan.lua
index e35d4a6..2efdd14 100644
--- a/l3build-ctan.lua
+++ b/l3build-ctan.lua
@@ -68,8 +68,9 @@ function copyctan()
end
copyfiles(sourcefiles,sourcefiledir)
for _,file in pairs(textfiles) do
- cp(file, textfiledir, ctandir .. "/" .. ctanpkg)
+ cp(file, textfiledir, pkgdir)
end
+
end
function bundlectan()
More information about the latex3-commits
mailing list.