You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
12 lines
299 B
Diff
12 lines
299 B
Diff
--- setup_posix.py.orig 2020-05-20 08:41:43.000000000 -0400
|
|
+++ setup_posix.py 2020-05-20 08:42:36.000000000 -0400
|
|
@@ -14,7 +14,7 @@
|
|
s = s[1:-1]
|
|
return s
|
|
|
|
-_mysql_config_path = "mysql_config"
|
|
+_mysql_config_path = "@MYSQL_CONFIG@"
|
|
|
|
def mysql_config(what):
|
|
from os import popen
|