Skip to content

Commit bf900b2

Browse files
committed
Fix postflight site-packages path on macOS Big Sur
1 parent 1bbdc31 commit bf900b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cpydist/data/macos/postflight

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# Change permissions for files in MySQL Package
44
#
55

6-
CPY_PACKAGE="/Library/Python/2.7/site-packages/mysql/connector"
7-
chown -R root:wheel "${CPY_PACKAGE}"
6+
CPY_PACKAGE="/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages"
7+
chown -R root:wheel "${CPY_PACKAGE}/mysql/connector"
8+
chown -R root:wheel "${CPY_PACKAGE}/mysqlx"
89

910
exit 0

0 commit comments

Comments
 (0)