Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-mad
Commits:
-
5dcf598f
by Stephane Glondu at 2023-07-15T07:16:34+02:00
2 changed files:
Changes:
1 | +ocaml-mad (0.5.2-2) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload
|
|
4 | + * Fix build with recent dune
|
|
5 | + |
|
6 | + -- Stéphane Glondu <glondu@debian.org> Sat, 15 Jul 2023 07:16:34 +0200
|
|
7 | + |
|
1 | 8 | ocaml-mad (0.5.2-1) unstable; urgency=medium
|
2 | 9 | |
3 | 10 | * Team upload
|
... | ... | @@ -12,4 +12,4 @@ override_dh_auto_build: |
12 | 12 | dune build -p mad
|
13 | 13 | |
14 | 14 | override_dh_auto_install:
|
15 | - dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=..$(OCAML_STDLIB_DIR) |
|
15 | + dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR) |