[latex3-commits] [git/LaTeX3-latex3-l3build] direct-copy: Mumble (5dbfcb7)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Dec 8 18:38:31 CET 2021
Repository : https://github.com/latex3/l3build
On branch : direct-copy
Link : https://github.com/latex3/l3build/commit/5dbfcb7082a577bfc2c0e5f84e66aae64f961f37
>---------------------------------------------------------------
commit 5dbfcb7082a577bfc2c0e5f84e66aae64f961f37
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Dec 8 17:38:31 2021 +0000
Mumble
>---------------------------------------------------------------
5dbfcb7082a577bfc2c0e5f84e66aae64f961f37
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.