| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
from the OS9 readme that is still relevant.
Got rid of Distributions/readme.txt.
|
| |
|
|
|
|
|
| |
problems than it solves. In stead, put a warning near the top of the
welcome message. Fixes (or, rather works around) bug #764975.
|
|
|
|
|
| |
to the name change of Python.app/Contents/MacOS/python to
Python.app/Contents/MacOS/Python. Fixes #776116.
|
|
|
|
|
|
|
| |
fixed. It also attempts to force boot-disk-only installs, but this seems to
lead to a problem that you have to deselect and reselect the installation disk.
If no-one comes up with a fix RSN I'll revert to the previous situation and
explain in the readme that you cannot install on a non-system-disk.
|
| |
|
|
|
|
|
| |
xxxMODE flags don't cut it. Also set the umask to 2 before doing the
compileall on the destination system.
|
| |
|
|
|
|
| |
- Set the installer to use our permissions, not influenced by the umask.
|
|
|
|
| |
administrators can still not add packages.
|
|
|
|
|
|
| |
build directory is found to exist we don't clean it up. We also
use configure -C. All this lets us keep build directories, which
graeatly speeds up the process of debugging installers.
|
|
|
|
| |
to /. Pathnames are correct for installing to / since the DESTDIR patch.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
honor them). Use this when building the MacOSX binary installer to
get group-writeable files.
Ths fix works for directories and executables, not for files just yet,
because of bug #735274.
|
| |
|
|
|
|
|
|
| |
- Don't generate README, but ask the user to provide it.
- Create destination dir, if needed.
- Updated for 2.3b1.
|
|
|
|
|
|
|
| |
to the Python used to create them (in the #! line). Therefore, when your
Python installation is moved the applets become invalid. As the
binary distribution is installed in a different place than where it was
created we need to fix up the #! lines.
|
|
|
|
|
| |
"Hereby I make the script in question available under the terms and
conditions of the latest Python License."
|
| |
|
|
donated by Robin Dunn and the rest of the wxPythonMac crew.
These are the versions from cvs.wxwindows.org as of 22-Mar-03, checked
in for reference.
|