From 014aa7c92acddf50c409b735c3f56e56021621d1 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Tue, 20 Sep 2016 16:34:13 +0100 Subject: [PATCH] Downstream fix for BZ 41953. Better fix pending in PR. --- mono-core.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mono-core.spec b/mono-core.spec index 5e4c85e3ec..ece4c38f5a 100644 --- a/mono-core.spec +++ b/mono-core.spec @@ -169,7 +169,7 @@ make %make_install # Remove hardcoded lib directory from the config -sed -i s,%{_prefix}/lib/,,g %{buildroot}%{_sysconfdir}/mono/config +sed -i 's,$mono_libdir/,,g' %{buildroot}%{_sysconfdir}/mono/config # remove .la files (they are generally bad news) rm -f %{buildroot}%{_libdir}/*.la