[latex3-commits] [git/LaTeX3-latex3-latex3] master: Copy all .zip files at end of ctan target (a3454e9)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Aug 23 17:31:44 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/a3454e9496c56c8d99eaf3438c3b95f3f4c3f07a

>---------------------------------------------------------------

commit a3454e9496c56c8d99eaf3438c3b95f3f4c3f07a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Aug 23 16:31:44 2018 +0100

    Copy all .zip files at end of ctan target


>---------------------------------------------------------------

a3454e9496c56c8d99eaf3438c3b95f3f4c3f07a
 build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.lua b/build.lua
index b28f771..cf633b1 100644
--- a/build.lua
+++ b/build.lua
@@ -34,7 +34,7 @@ function main(target)
     errorlevel = call (ctanbundles, "ctan")
     if errorlevel == 0 then
       for _,i in ipairs (ctanbundles) do
-        cp (i .. ".zip", i, ".")
+        cp ("*.zip", i, ".")
       end
     end
   elseif target == "doc" then





More information about the latex3-commits mailing list