SOURCES: closure-bin.patch (NEW) - calling python directly and .py...

czarny czarny at pld-linux.org
Tue Sep 18 20:36:51 CEST 2007


Author: czarny                       Date: Tue Sep 18 18:36:51 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- calling python directly and .pyc file

---- Files affected:
SOURCES:
   closure-bin.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/closure-bin.patch
diff -u /dev/null SOURCES/closure-bin.patch:1.1
--- /dev/null	Tue Sep 18 20:36:51 2007
+++ SOURCES/closure-bin.patch	Tue Sep 18 20:36:46 2007
@@ -0,0 +1,18 @@
+diff -urN closure-0.1.3/bin/closure.in closure-0.1.3.bin/bin/closure.in
+--- closure-0.1.3/bin/closure.in	2007-04-23 23:46:05.000000000 +0200
++++ closure-0.1.3.bin/bin/closure.in	2007-09-18 20:33:23.886392933 +0200
+@@ -1,4 +1,3 @@
+ #!/bin/sh
+-cd ""
+ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:"
+-exec @PKGLIBDIR@/closure.py "$@"
++exec python @PKGLIBDIR@/closure.pyc "$@"
+diff -urN closure-0.1.3/bin/closure-preferences.in closure-0.1.3.bin/bin/closure-preferences.in
+--- closure-0.1.3/bin/closure-preferences.in	2007-04-23 23:46:05.000000000 +0200
++++ closure-0.1.3.bin/bin/closure-preferences.in	2007-09-18 20:33:37.176593412 +0200
+@@ -1,4 +1,3 @@
+ #!/bin/sh
+-cd ""
+ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:"
+-exec @PKGLIBDIR@/closure_preferences.py "$@"
++exec python @PKGLIBDIR@/closure_preferences.pyc "$@"
================================================================


More information about the pld-cvs-commit mailing list