SOURCES: bigboard-pyc.patch (NEW) - use .pyc instead of .py files

megabajt megabajt at pld-linux.org
Sat Apr 26 18:23:20 CEST 2008


Author: megabajt                     Date: Sat Apr 26 16:23:20 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use .pyc instead of .py files

---- Files affected:
SOURCES:
   bigboard-pyc.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/bigboard-pyc.patch
diff -u /dev/null SOURCES/bigboard-pyc.patch:1.1
--- /dev/null	Sat Apr 26 18:23:20 2008
+++ SOURCES/bigboard-pyc.patch	Sat Apr 26 18:23:15 2008
@@ -0,0 +1,9 @@
+diff -urN bigboard-0.5.33/scripts/bigboard.in bigboard-0.5.33.new/scripts/bigboard.in
+--- bigboard-0.5.33/scripts/bigboard.in	2008-04-23 19:38:32.000000000 +0200
++++ bigboard-0.5.33.new/scripts/bigboard.in	2008-04-26 18:11:12.000000000 +0200
+@@ -1,4 +1,4 @@
+ #!/bin/sh
+ PYTHONPATH=$PYTHONPATH:@pyexecdir@/bigboard_externals
+ export PYTHONPATH
+-exec $BB_DEBUG_CMD @PYTHON@ @BB_PYDIR@/main.py "--stockdirs=@BB_STOCKDIR@" "$@"
++exec $BB_DEBUG_CMD @PYTHON@ @BB_PYDIR@/main.pyc "--stockdirs=@BB_STOCKDIR@" "$@"
================================================================


More information about the pld-cvs-commit mailing list