[gedit] Copy the python libs in bin instead of python folder.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gedit] Copy the python libs in bin instead of python folder.
- Date: Sun, 24 Jan 2010 15:49:08 +0000 (UTC)
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]