We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f49d6 commit 7b4ddf2Copy full SHA for 7b4ddf2
opam
@@ -2,10 +2,10 @@ opam-version: "1"
2
maintainer: "dave.scott@citrix.com"
3
build: [
4
[make]
5
- [make "install" "BINDIR=%{bin}%"]
+ [make "install" "BINDIR=%{bin}%" "MANDIR=%{man}%"]
6
]
7
remove: [
8
- [make "uninstall" "BINDIR=%{bin}%"]
+ [make "uninstall" "BINDIR=%{bin}%" "MANDIR=%{man}%"]
9
10
depends: [
11
"xapi-idl" {>= "0.10.0" }
0 commit comments