mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
907e8e24ba
The Python Regular Expression Debugger
12 lines
365 B
Python
12 lines
365 B
Python
--- setup.py.orig Tue Jun 8 12:15:26 2004
|
|
+++ setup.py Tue Jun 8 12:15:08 2004
|
|
@@ -18,7 +18,7 @@
|
|
libpath = r"lib\site-packages\kodos"
|
|
else:
|
|
#libpath = "/usr/local/kodos" # 2.4.0 and prior
|
|
- libpath = "/usr/share/kodos" # as of 2.4.1
|
|
+ libpath = "%%PREFIX%%/share/kodos" # as of 2.4.1
|
|
|
|
for arg in args:
|
|
if arg == "--formats=wininst":
|