diff options
Diffstat (limited to 'www/web2ldap/files/patch-sbin__compile.py')
-rw-r--r-- | www/web2ldap/files/patch-sbin__compile.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/web2ldap/files/patch-sbin__compile.py b/www/web2ldap/files/patch-sbin__compile.py new file mode 100644 index 000000000000..fd6a7a798a4f --- /dev/null +++ b/www/web2ldap/files/patch-sbin__compile.py @@ -0,0 +1,19 @@ +*** sbin/compile.py.orig Tue May 13 15:46:59 2003 +--- sbin/compile.py Thu Feb 24 15:04:30 2005 +*************** +*** 4,10 **** + $Id: compile.py,v 1.3 2003/05/13 11:46:59 michael Exp $ + """ + +! #!/usr/bin/python + + import sys,compileall + +--- 4,10 ---- + $Id: compile.py,v 1.3 2003/05/13 11:46:59 michael Exp $ + """ + +! #!/usr/local/bin/python + + import sys,compileall + |