[plt-scheme] some complaints about PLaneT
At Tue, 1 Mar 2005 08:20:28 +0800, "Zhu Chongkai" wrote:
> And in "installer.ss":
>
> (module installer mzscheme
> (require (lib "setup-extension.ss" "make"))
> (provide pre-installer)
> (define (pre-installer directory-path)
> (pre-install directory-path
> (collection-path "name") ; point one
> [...]
I've adjusted Setup PLT so that if a `pre-installer' function accepts
two arguments, its given a path for PLTHOME and a path for the
installer's own directory.
(If the `pre-installer' function accepts only one argument, then it's
still just given a path for PLTHOME.)
Matthew