From 9cf9aa2121faf1ac695f7b7509a62bf8a2090297 Mon Sep 17 00:00:00 2001 From: joseph Date: Mon, 1 Feb 2016 22:34:11 +0000 Subject: [PATCH] Reflect CTAN re-arrangement git-svn-id: http://www.latex-project.org/svnroot/latex2e-public@1059 8685b20e-f38a-4a74-812f-bec00e2e18bd --- trunk/required/graphics/build.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/trunk/required/graphics/build.lua b/trunk/required/graphics/build.lua index 84adbf4..d845d06 100644 --- a/trunk/required/graphics/build.lua +++ b/trunk/required/graphics/build.lua @@ -6,6 +6,9 @@ bundle = "" module = "graphics" +-- CTAN's name for this is a bit different from ours +ctanpkg = "latex-graphics" + -- Location of main directory: use Unix-style path separators maindir = "../.." @@ -18,4 +21,4 @@ dofile (maindir .. "/build-config.lua") -- Find and run the build system kpse.set_program_name ("kpsewhich") -dofile (kpse.lookup ("l3build.lua")) \ No newline at end of file +dofile (kpse.lookup ("l3build.lua")) -- 2.11.4.GIT