[gnome-music/wip/merge: 210/343] Add pyexecdir to path instead of pythondir



commit 0575234b96f1b7ac668213549020ef844a8d54e3
Author: Arnel A. Borja <arnelborja src gnome org>
Date:   Wed Jul 17 19:18:29 2013 +0800

    Add pyexecdir to path instead of pythondir
    
    Makes sure that we include the path for the correct architecture.

 gnome-music.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gnome-music.in b/gnome-music.in
index 23c4545..fdfcb9e 100644
--- a/gnome-music.in
+++ b/gnome-music.in
@@ -1,8 +1,9 @@
 #!/usr/bin/env python3
 
 import sys, signal
+sys.path.insert(1, '@pyexecdir@')
+
 from gi.repository import Gio, Gtk
-sys.path.insert(1, '@pythondir@')
 
 from gnomemusic.application import Application
 


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