mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
14 lines
235 B
Plaintext
14 lines
235 B
Plaintext
*** 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
|
|
|