[gedit] Copy the python libs in bin instead of python folder.



commit b850859bb60a3ab79ae2f7f4f53b1bb273867bef
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Jan 24 16:48:14 2010 +0100

    Copy the python libs in bin instead of python folder.
    
    This is because gedit for some reason doesn't detects the python folder
    as a path dir.

 win32/gedit.iss.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/gedit.iss.in b/win32/gedit.iss.in
index 2939f18..799a7b8 100644
--- a/win32/gedit.iss.in
+++ b/win32/gedit.iss.in
@@ -41,7 +41,7 @@ Name: "{userprograms}\{groupname}\Uninstall gedit"; Filename: "{uninstallexe}";
 ; All files
 Source: "gtk\*"; DestDir: "{app}\"; Components: gtk; Flags: recursesubdirs
 Source: "gedit\*"; DestDir: "{app}\"; Components: main; Flags: recursesubdirs
-Source: "python\*"; DestDir: "{app}\python"; Components: python; Flags: recursesubdirs
+Source: "python\*"; DestDir: "{app}\bin"; Components: python; Flags: recursesubdirs
 Source: "locale\*"; DestDir: "{app}\"; Components: locale; Flags: recursesubdirs
 
 [Run]



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