]> git.pld-linux.org Git - packages/closure.git/commitdiff
- calling python directly and .pyc file
authorczarny <czarny@pld-linux.org>
Tue, 18 Sep 2007 18:36:46 +0000 (18:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    closure-bin.patch -> 1.1

closure-bin.patch [new file with mode: 0644]

diff --git a/closure-bin.patch b/closure-bin.patch
new file mode 100644 (file)
index 0000000..dd49c19
--- /dev/null
@@ -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 "$@"
This page took 0.127676 seconds and 4 git commands to generate.