[banshee] [build] Fix up the etc/mono/config map for Cairo



commit 528f98350d6d012ebe28a54d3c566bafb2aa906c
Author: Aaron Bockover <abockover novell com>
Date:   Tue Dec 29 08:11:27 2009 -0500

    [build] Fix up the etc/mono/config map for Cairo
    
    It was mapping to libcairo.so.2, not libcairo.2.dylib

 build/bundle/packages/mono.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/build/bundle/packages/mono.py b/build/bundle/packages/mono.py
index 4c0dbe0..f136601 100644
--- a/build/bundle/packages/mono.py
+++ b/build/bundle/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"'
 	]
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]