]> git.pld-linux.org Git - packages/ocaml-fuse.git/blob - no-wrapped.patch
- do not restore old name, the only user wants it under new name now
[packages/ocaml-fuse.git] / no-wrapped.patch
1 --- ocamlfuse-2.7.1_cvs7/lib/dune.orig  2021-03-25 08:51:18.000000000 +0100
2 +++ ocamlfuse-2.7.1_cvs7/lib/dune       2021-03-25 09:04:22.262199072 +0100
3 @@ -1,6 +1,7 @@
4  (library
5   (name fuse)
6   (public_name ocamlfuse)
7 + (wrapped false)
8   (libraries unix threads bigarray camlidl)
9   (flags -thread)
10   (c_names Fuse_bindings_stubs Fuse_util Unix_util_stubs)
This page took 0.058367 seconds and 3 git commands to generate.