[latex3-commits] [l3svn] 03/04: l3build: Some rearrangements

noreply at latex-project.org noreply at latex-project.org
Sat Apr 15 10:41:54 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit d14053df05dd96c6f536b7b0e609c89e36440cd1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Apr 15 08:58:03 2017 +0100

    l3build: Some rearrangements
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index bc3339e..22e3d83 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -735,7 +735,6 @@ function copytds()
         moduledir = module
       end
     end
-    local installdir = tdsdir .. "/" .. dest .. "/" .. moduledir
     -- Convert the file table(s) to a list of individual files
     local filenames = { }
     for _,i in ipairs(files) do
@@ -747,6 +746,7 @@ function copytds()
     end
     -- The target is only created if there are actual files to install
     if next(filenames) ~= nil then
+      local installdir = tdsdir .. "/" .. dest .. "/" .. moduledir
       mkdir(installdir)
       for _,i in ipairs(filenames) do
         cp(i, source, installdir)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list