biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / misc / orpie / prefix.patch
blob41e72ca6d6163cd1b0283a35d5d7c32192d1cc34
1 --- a/src/orpie/dune 2021-10-05 06:09:09.040120000 +0200
2 +++ b/src/orpie/dune 2021-10-05 06:10:06.568418512 +0200
3 @@ -18,7 +18,7 @@
4 ; Support $PREFIX for overriding installation location
5 (rule
6 (targets install.ml)
7 - (action (run %{project_root}/scripts/compute_prefix subst %{deps} %{targets}))
8 + (action (copy# %{deps} %{targets}))
9 (deps (file install.ml.in)))