caldav-le-monitoring: fix opam
This commit is contained in:
parent
1665271341
commit
680e6ad606
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ build: ["sh" "-exc" "cd mirage/ && fetch https://github.com/sg2342/caldavzap/arc
|
|||
install: [
|
||||
[ "cp" "mirage/dist/caldav.hvt" "%{bin}%/caldav.hvt" ]
|
||||
[ "strip" "%{bin}%/caldav.hvt" ]
|
||||
[ "cp" "mirage/caldav.hvt" "%{prefix}%/caldav.hvt.debug" ]
|
||||
[ "cp" "mirage/dist/caldav.hvt" "%{prefix}%/caldav.hvt.debug" ]
|
||||
[ "cp" "README.md" "%{prefix}%/README.md" ]
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue