Skip to content

Commit 7b4ddf2

Browse files
author
David Scott
committed
opam: put manpages in %{man}%
Signed-off-by: David Scott <[email protected]>
1 parent 13f49d6 commit 7b4ddf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ opam-version: "1"
22
maintainer: "[email protected]"
33
build: [
44
[make]
5-
[make "install" "BINDIR=%{bin}%"]
5+
[make "install" "BINDIR=%{bin}%" "MANDIR=%{man}%"]
66
]
77
remove: [
8-
[make "uninstall" "BINDIR=%{bin}%"]
8+
[make "uninstall" "BINDIR=%{bin}%" "MANDIR=%{man}%"]
99
]
1010
depends: [
1111
"xapi-idl" {>= "0.10.0" }

0 commit comments

Comments
 (0)