summaryrefslogtreecommitdiff
path: root/ninja.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ninja.lua')
-rw-r--r--ninja.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ninja.lua b/ninja.lua
index 0418b189..7a452a70 100644
--- a/ninja.lua
+++ b/ninja.lua
@@ -382,7 +382,7 @@ function fetch(method)
else
script = 'scripts/fetch-'..method..'.sh'
end
- build('fetch'..method, '$dir/fetch', {'|', '$dir/rev', script})
+ build('fetch'..method, '$dir/fetch', {'|', '$dir/ver', script})
if next(pkg.inputs.fetch) then
build('phony', table.keys(pkg.inputs.fetch), '$dir/fetch')
end