This commit is contained in:
parent
ffb455b555
commit
1e48468b58
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
|
||||
|
||||
let $output-file := file:resolve-path(`dist/pdfbox-{$build:PKG?version}.xar`,$build:base)
|
||||
let $output-file := file:resolve-path("dist/pdfbox-" || $build:PKG?version ||".xar",$build:base)
|
||||
return (
|
||||
repo:install($output-file),
|
||||
trace($output-file,"repo: ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue