summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5744265)
raw | patch | inline | side by side (parent: 5744265)
author | jiho-sf <jiho-sf@users.sourceforge.net> | |
Thu, 27 Dec 2007 13:19:44 +0000 (13:19 +0000) | ||
committer | jiho-sf <jiho-sf@users.sourceforge.net> | |
Thu, 27 Dec 2007 13:19:44 +0000 (13:19 +0000) |
packaging/macosx/osx-app.sh | patch | blob | history |
index 4c09270013fc521f9f26f0c83943ebea002f6277..8e0970b3956184537da86bd1d69e72a7fd4c6585 100755 (executable)
has been run
\033[1mEXAMPLE\033[0m
- $0 -s -py /Library/Python/2.3/site-packages/ -l /opt/local -b ../../Build/bin/inkscape -p ../../Info.plist
+ $0 -s -py ~/python-modules -l /opt/local -b ../../Build/bin/inkscape -p ../../Info.plist
"
}
# Add python modules if requested
if [ ${add_python} = "true" ]; then
- # copy python site-packages
+ # copy python site-packages. They need to be organized in a hierarchical set of directories, by architecture and python major+minor version, e.g. i386/2.3/ for Ptyhon 2.3 on Intel; ppc/2.4/ for Python 2.4 on PPC
cp -rvf "$python_dir"/* "$pkgpython"
fi