From 4e1868c13dc26146b0ccfb1700ef1656cbfbbc64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 27 Mar 2021 09:25:46 +0100 Subject: [PATCH] - fix non-opt files --- ocaml-integers.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml-integers.spec b/ocaml-integers.spec index 9f57933..e9831b9 100644 --- a/ocaml-integers.spec +++ b/ocaml-integers.spec @@ -69,8 +69,8 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %{_libdir}/ocaml/integers/dune-package %{_libdir}/ocaml/integers/opam -%if %{with ocaml_opt} %{_libdir}/ocaml/integers/*.a +%if %{with ocaml_opt} %{_libdir}/ocaml/integers/*.cmx %{_libdir}/ocaml/integers/*.cmxa %endif -- 2.44.0