You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
2c2ca09155
- whitespace changes, remove tabs - patch version number
12 lines
452 B
Diff
12 lines
452 B
Diff
--- setup.py.orig 2008-08-18 14:53:12.000000000 +1000
|
|
+++ setup.py 2009-07-11 02:02:09.000000000 +1000
|
|
@@ -216,7 +216,7 @@
|
|
@raise Exception: If script cannot be created on disk.
|
|
"""
|
|
try:
|
|
- checker_path = os.path.join(package_path, "checker.py")
|
|
+ checker_path = os.path.join("PYTHONLIB/pychecker", "checker.py")
|
|
if sys.platform == "win32":
|
|
script_str = "%s %s %%*\n" % (sys.executable, checker_path)
|
|
else:
|