[Macaulay2] one more ftbfs tweak

Rex Dieter rdieter at fedoraproject.org
Tue May 31 13:46:06 UTC 2011


commit 2e1aba596bcc32b95eddb78789b29133561c4a3d
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Tue May 31 08:49:49 2011 -0500

    one more ftbfs tweak

 Macaulay2.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Macaulay2.spec b/Macaulay2.spec
index 81bc6c5..f29f68f 100644
--- a/Macaulay2.spec
+++ b/Macaulay2.spec
@@ -69,6 +69,7 @@ BuildRequires: mpfr-devel
 BuildRequires: mpir-devel
 BuildRequires: ntl-devel >= 5.4.1
 BuildRequires: pari-devel
+# using compat-readline for GPLv2 compatibility
 BuildRequires: compat-readline5-devel 
 BuildRequires: ncurses-devel
 BuildRequires: time
@@ -167,6 +168,8 @@ time make -k check ||:
 %install
 rm -rf %{buildroot}
 
+mkdir -p %{buildroot}%{_libexecdir}/Macaulay2
+
 # FIXME/TODO: a few examples fail on 64bit/mock, mostly harmless, but still...
 make install DESTDIR=%{buildroot} \
   IgnoreExampleErrors=true


More information about the scm-commits mailing list