summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/luatex/lualibs/whatsnew.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/luatex/lualibs/whatsnew.lua')
-rw-r--r--Master/texmf-dist/source/luatex/lualibs/whatsnew.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/luatex/lualibs/whatsnew.lua b/Master/texmf-dist/source/luatex/lualibs/whatsnew.lua
index e9cc3789630..35533ca8142 100644
--- a/Master/texmf-dist/source/luatex/lualibs/whatsnew.lua
+++ b/Master/texmf-dist/source/luatex/lualibs/whatsnew.lua
@@ -17,7 +17,7 @@
local prefixsep = "-"
local namespace = "lualibs"
local luasuffix = ".lua"
-local basedir = "/home/phg/context/tex/texmf-context/tex/context/base"
+local basedir = "/home/phg/context/tex/texmf-context/tex/context/base/mkiv"
local cmd_diff = [[diff "%s" "%s"]]
-----------------------------------------------------------------------