[jhbuild] check for local changes in modulesets in global source directory



commit 22809921a8254344a59814ba1fcf9a21060e8a99
Author: Frédéric Péters <fpeters 0d be>
Date:   Sat May 16 12:55:54 2009 +0200

    check for local changes in modulesets in global source directory
---
 jhbuild/moduleset.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jhbuild/moduleset.py b/jhbuild/moduleset.py
index 254dd8d..b3aa7d9 100644
--- a/jhbuild/moduleset.py
+++ b/jhbuild/moduleset.py
@@ -410,7 +410,7 @@ def warn_local_modulesets(config):
     if config.use_local_modulesets:
         return
 
-    moduleset_local_path = os.path.join(os.path.dirname(__file__), '..', 'modulesets')
+    moduleset_local_path = os.path.join(SRCDIR, 'modulesets')
     if not os.path.exists(moduleset_local_path):
         # moduleset-less checkout
         return



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