File: AdjustBoincTopdirPython.patch

package info (click to toggle)
boinc 8.2.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 104,688 kB
  • sloc: cpp: 172,875; php: 115,929; pascal: 56,058; xml: 17,863; python: 8,752; javascript: 6,538; sh: 5,343; objc: 2,322; ansic: 2,200; makefile: 2,166; perl: 1,843; sql: 831; java: 429; lisp: 47; csh: 30
file content (11 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
Author: Steffen Moeller <moeller@debian.org>
Description: Adjusted path for BOINC to server for python code
--- a/py/boinc_path_config.py.in
+++ b/py/boinc_path_config.py.in
@@ -8,5 +8,5 @@
 
 import sys, os
 
-TOP_BUILD_DIR = "@TOP_BUILD_DIR@"
+TOP_BUILD_DIR = "/usr/share/boinc-server-maker"
 sys.path.insert(0, os.path.join(TOP_BUILD_DIR, 'py'))