mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
13 lines
235 B
Text
13 lines
235 B
Text
*** sbin/compile.py.orig Wed Mar 20 15:58:16 2002
|
|
--- sbin/compile.py Wed Mar 20 15:58:46 2002
|
|
***************
|
|
*** 1,4 ****
|
|
! #!/usr/bin/python
|
|
|
|
import compileall
|
|
|
|
--- 1,4 ----
|
|
! #!/usr/local/bin/python
|
|
|
|
import compileall
|
|
|