[OpenAFS-devel] macintosh
Derrick J Brashear
shadow@dementia.org
Fri, 5 Jan 2007 09:37:16 -0500 (EST)
On Fri, 5 Jan 2007, Marcus Watts wrote:
> Um. Is src/packaging/MacOS/buildpkg.sh actually supposed to
> produce an installable thing? In 1.5.12? Or in any version?
>
> My first problem is that I have no idea how it's supposed to be
> configured to locate all its files at runtime. For the moment
> I'm using:
"make packages" is supposed to make it produce one.
> cp InstallationCheck.$majorvers $PKGRES/InstallationCheck
> mkdir -p $PKGRES/English.lproj
> --> cp InstallationCheck $PKGRES/English.lproj
> chmod a+x $PKGRES/InstallationCheck
> this source file doesn't exist. It disappeared sometime before 1.5.11,
> but looks like a copy of InstallationCheck.8 from 2 lines before.
Fixed in CVS already