mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
f77c7bc267
PR: ports/20095 Submitted by: Oddbjorn Steffensen <oddbjorn@tricknology.org>
14 lines
235 B
Plaintext
14 lines
235 B
Plaintext
*** sbin/compile.py.orig Sat Jul 22 02:24:55 2000
|
|
--- sbin/compile.py Sat Jul 22 02:25:07 2000
|
|
***************
|
|
*** 1,4 ****
|
|
! #!/usr/bin/python
|
|
|
|
import compileall
|
|
|
|
--- 1,4 ----
|
|
! #!/usr/local/bin/python
|
|
|
|
import compileall
|
|
|