[banshee] [build] fixes to support building on OS X 10.5
- From: Aaron Bockover <abock src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] [build] fixes to support building on OS X 10.5
- Date: Tue, 5 Jan 2010 23:11:32 +0000 (UTC)
commit 9dcb7c46bfb52843bd8f04108b1ea3d90037b5aa
Author: Aaron Bockover <abockover novell com>
Date: Tue Jan 5 18:18:33 2010 -0500
[build] fixes to support building on OS X 10.5
build/bundle/build.py | 2 +-
build/bundle/packages/gtk-sharp.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/bundle/build.py b/build/bundle/build.py
index fcc23e7..6284535 100755
--- a/build/bundle/build.py
+++ b/build/bundle/build.py
@@ -238,7 +238,7 @@ if __name__ == '__main__':
try:
exec open (profile_path).read ()
- except Exception as e:
+ except Exception, e:
sys.exit ('Cannot load profile %s: %s' % (profile_path, e))
profile_vars = {}
diff --git a/build/bundle/packages/gtk-sharp.py b/build/bundle/packages/gtk-sharp.py
index 2dd0019..3fcf382 100644
--- a/build/bundle/packages/gtk-sharp.py
+++ b/build/bundle/packages/gtk-sharp.py
@@ -17,7 +17,7 @@ package = {
],
'prep': [
svn_co_or_up,
- 'cp -a svn _build',
+ 'cp -r svn _build',
'cd _build/svn'
],
'build': [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]