summaryrefslogtreecommitdiffstats
path: root/extra/gestpkg/gestpkg-logfile-02.patch
blob: f4935ea5e6b8aac8da2aad4f015e4875a3876ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gestpkg-1.1-src.original/GestPkgGUI/GestPkgGUI.py	2009-10-12 14:33:35.000000000 +0200
+++ gestpkg-1.1-src/GestPkgGUI/GestPkgGUI.py	2010-09-14 08:43:20.000000000 +0200
@@ -126,7 +126,7 @@
 #------------------------------ LOG ------------------------------------
 
 saveout = sys.stdout
-f = open(REP_DATA + "/log/gestpkg.log", "w")
+f = open("/var/log/gestpkg.log", "w")
 sys.stdout = f
 sys.stderr = f