Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <abockover@novell.com>2009-12-29 16:11:27 +0300
committerAaron Bockover <abockover@novell.com>2009-12-29 16:12:48 +0300
commit3ffbb432f13cfcf9baf6f30bb2ca0e0935ab368c (patch)
tree0860c8d5bbf921338f713d4f7af2d0f385de801b /packages
parent84922b0c7a761a6f0c453eb2e6e1affa62f5dfc7 (diff)
[build] Fix up the etc/mono/config map for Cairo
It was mapping to libcairo.so.2, not libcairo.2.dylib
Diffstat (limited to 'packages')
-rw-r--r--packages/mono.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/mono.py b/packages/mono.py
index 4c0dbe0..f136601 100644
--- a/packages/mono.py
+++ b/packages/mono.py
@@ -15,5 +15,9 @@ package = {
'build': [
'%{__configure} ' + ' '.join (configure_flags),
'%{__make}'
+ ],
+ 'install': [
+ '%{__makeinstall}',
+ 'sed -ie "s/libcairo.so.2/libcairo.2.dylib/" "%{_prefix}/etc/mono/config"'
]
}