summaryrefslogtreecommitdiffstats
path: root/tools/build-pkg.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build-pkg.lua')
-rwxr-xr-xtools/build-pkg.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/build-pkg.lua b/tools/build-pkg.lua
index 4954eb0..2e7a52c 100755
--- a/tools/build-pkg.lua
+++ b/tools/build-pkg.lua
@@ -975,7 +975,7 @@ local function makeDebs(items, item2deps, item2ver, item2files)
end
local function getMxeVersion()
- local index_html = io.open 'index.html'
+ local index_html = io.open 'docs/index.html'
local text = index_html:read('*all')
index_html:close()
return text:match('Release ([^<]+)')
@@ -1032,7 +1032,6 @@ local function makeMxeSourcePackage()
'README.md',
'docs',
'ext',
- 'index.html',
'src',
'plugins',
'tools',