You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
2c9ea601ef
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@105735 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
483 B
Diff
12 lines
483 B
Diff
--- setup.py 2006-02-04 11:29:46.000000000 +0900
|
|
+++ setup.py.new 2006-05-10 22:26:36.000000000 +0900
|
|
@@ -211,7 +211,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 %%1 %%2 %%3 %%4 %%5 %%6 %%7 %%8 %%9\n" % (sys.executable, checker_path)
|
|
else:
|