Skip to content

Commit

Permalink
opam: update opam file and fix uninstall section
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <marcello.seri@citrix.com>
  • Loading branch information
Marcello Seri committed Mar 27, 2017
1 parent b7fec1e commit 16e25cd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "1.2"
maintainer: "dave.scott@eu.citrix.com"
maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
homepage: "https://github.com/xapi-project/"
bug-reports: "https://github.com/xapi-project/forkexecd/issues"
Expand All @@ -9,9 +9,13 @@ build: [
[make]
]
install: [
[make "install" "BINDIR=%{bin}%" "SBINDIR=%{bin}%" "ETCDIR=%{prefix}%/etc"]
[make "install"]
]
remove: [
["oasis" "setup"]
[make "uninstall"]
["ocamlfind" "remove" "forkexec"]
]
remove: [make "uninstall" "BINDIR=%{bin}%" "SBINDIR=%{bin}%" "ETCDIR=%{prefix}%/etc"]
depends: [
"ocamlfind" {build}
"oasis" {build}
Expand All @@ -20,7 +24,7 @@ depends: [
"rpc"
"fd-send-recv"
"uuidm"
"xapi-stdext" {>= "2.0.0"}
"xapi-stdext"
"re"
"xapi-idl"
]

0 comments on commit 16e25cd

Please sign in to comment.