[banshee] [build] install_prefix -> self.prefix
- From: Aaron Bockover <abock src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] [build] install_prefix -> self.prefix
- Date: Mon, 11 Jan 2010 18:58:07 +0000 (UTC)
commit 286c9ad73c778c101e47e19d91faab1c99a793b5
Author: Aaron Bockover <abockover novell com>
Date: Mon Jan 11 13:57:36 2010 -0500
[build] install_prefix -> self.prefix
build/bundle/bockbuild/darwinprofile.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/bundle/bockbuild/darwinprofile.py b/build/bundle/bockbuild/darwinprofile.py
index 1750989..15617ef 100644
--- a/build/bundle/bockbuild/darwinprofile.py
+++ b/build/bundle/bockbuild/darwinprofile.py
@@ -67,7 +67,7 @@ class DarwinProfile (UnixProfile):
run_shell ('mono --debug solitary/Solitary.exe '
'--mono-prefix="%s" --root="%s" --out="%s" %s' % \
- (install_prefix, install_prefix, self.bundle_res_dir, files))
+ (self.prefix, self.prefix, self.bundle_res_dir, files))
def configure_pango (self):
pango_querymodules = os.path.join (self.prefix, 'bin', 'pango-querymodules')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]