caldav-le-monitoring: fix opam

This commit is contained in:
Hannes Mehnert 2022-10-28 22:09:49 +02:00
parent 1665271341
commit 680e6ad606

View file

@ -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" ]
]