diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/export.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/export.build b/build/export.build index 6c09e3e..1ac1b48 100644 --- a/build/export.build +++ b/build/export.build @@ -9,5 +9,6 @@ $out_root/ switch $import.target { case exe{bpkg-rep-publish} - export $out_root/bpkg-rep/exe{bpkg-rep-publish} + case bash{package-archive} + export $out_root/bpkg-rep/$import.target } |