]> git.pld-linux.org Git - packages/closure.git/blob - closure-bin.patch
- corrected lang tag in Summary
[packages/closure.git] / closure-bin.patch
1 diff -urN closure-0.1.3/bin/closure.in closure-0.1.3.bin/bin/closure.in
2 --- closure-0.1.3/bin/closure.in        2007-04-23 23:46:05.000000000 +0200
3 +++ closure-0.1.3.bin/bin/closure.in    2007-09-18 20:33:23.886392933 +0200
4 @@ -1,4 +1,3 @@
5  #!/bin/sh
6 -cd ""
7  export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:"
8 -exec @PKGLIBDIR@/closure.py "$@"
9 +exec python @PKGLIBDIR@/closure.pyc "$@"
10 diff -urN closure-0.1.3/bin/closure-preferences.in closure-0.1.3.bin/bin/closure-preferences.in
11 --- closure-0.1.3/bin/closure-preferences.in    2007-04-23 23:46:05.000000000 +0200
12 +++ closure-0.1.3.bin/bin/closure-preferences.in        2007-09-18 20:33:37.176593412 +0200
13 @@ -1,4 +1,3 @@
14  #!/bin/sh
15 -cd ""
16  export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:"
17 -exec @PKGLIBDIR@/closure_preferences.py "$@"
18 +exec python @PKGLIBDIR@/closure_preferences.pyc "$@"
This page took 0.046001 seconds and 3 git commands to generate.