git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
305841e
)
ocaml: Set package name when installing native bindings.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 17 May 2011 16:19:27 +0000
(17:19 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 17 May 2011 16:19:27 +0000
(17:19 +0100)
This fixes commit
b8ad15031cacf910634b4f4f4632232949c4acd2
.
ocaml/Makefile.am
patch
|
blob
|
history
diff --git
a/ocaml/Makefile.am
b/ocaml/Makefile.am
index
b97fe37
..
58fa8e3
100644
(file)
--- a/
ocaml/Makefile.am
+++ b/
ocaml/Makefile.am
@@
-98,6
+98,7
@@
install-data-hook:
if HAVE_OCAMLOPT
$(OCAMLFIND) install \
-ldconf ignore -destdir $(DESTDIR)$(OCAMLLIB) \
+ hivex \
*.cmx *.cmxa
endif