fix path
This commit is contained in:
parent
56594489a8
commit
8c9723c107
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ build: ["sh" "-exc" "mirage build"]
|
|||
install: [
|
||||
[ "cp" "dist/redirect.hvt" "%{bin}%/redirect.hvt" ]
|
||||
[ "strip" "%{bin}%/redirect.hvt" ]
|
||||
[ "cp" "unikernel/dist/redirect.hvt" "%{prefix}%/redirect.hvt.debug" ]
|
||||
[ "cp" "dist/redirect.hvt" "%{prefix}%/redirect.hvt.debug" ]
|
||||
# [ "cp" "README.md" "%{prefix}%/README.md" ]
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue