From 1a2c4210fb151b572558fb45d5bd75e98d068219 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 22 Nov 2017 13:43:29 +0000 Subject: [PATCH] Abandon attempts to set LIBDIR, just use /usr/lib instead. --- ocaml-omake.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ocaml-omake.spec b/ocaml-omake.spec index 6521c02..014af48 100644 --- a/ocaml-omake.spec +++ b/ocaml-omake.spec @@ -1,6 +1,6 @@ Name: ocaml-omake Version: 0.10.3 -Release: 2 +Release: 3 Summary: Build system with automated dependency analysis License: LGPLv2+ with exceptions and GPLv2+ and BSD @@ -44,7 +44,8 @@ features many additional enhancements, including the following. %build -echo 'LIBDIR=%{_libdir}' > .config.local +# In latest omake it seems to be impossible to set LIBDIR, so we will +# always install the dependent files in /usr/lib/omake. XXX ./configure -prefix %{_prefix} make all @@ -58,12 +59,15 @@ make install \ %doc CONTRIBUTORS.org LICENSE LICENSE.OMake README.md %doc ChangeLog %doc doc/txt/omake-doc.txt doc/ps/omake-doc.pdf doc/html/ -%{_libdir}/omake/ +%{_prefix}/lib/omake/ %{_bindir}/omake %{_bindir}/osh %changelog +* Wed Nov 22 2017 Richard W.M. Jones - 0.10.3-3 +- Abandon attempts to set LIBDIR, just use /usr/lib instead. + * Wed Nov 08 2017 Richard W.M. Jones - 0.10.3-2 - OCaml 4.06.0 rebuild.