Tony Maher writes:
> > On the other hand, Applixware Office ships a precompiled package for
> > /usr/local, and doesn't like being installed anywhere else. Which
> > means I've got a couple of hundred megabytes being backup up for no
> > good reason :-(.
>
> Really?!
> I have it installed in /opt/applix and I dont think there are any symlinks
> anywhere in /usr/local for it. It works fine.
>
> The install logfile:
> CopyFile: /cdrom/applix - /opt/applix/applix
> CopyFile: /cdrom/axart/alphabet/a1.ag - /opt/applix/axart/alphabet/a1.ag
> ...
> ...
> ...
> CopyFile: /opt/applix/axdata/axlicensedemo - /opt/applix/axlocal/axlicensedat
> CopyFile: /opt/applix/axdata/eng/ax_prof4.eng - /opt/applix/axdata/ax_prof4
>
> The location was an install question from memory.
>
> This is version 4.42. Maybe Version 5 different?
Yes, it's definitely different. No matter what you say when installing,
`applix' is:
#!/bin/sh
APPLIX_HOME="/usr/local/applix"
export APPLIX_HOME
exec $APPLIX_HOME/applix "$@"
Note the hard-coded APPLIX_HOME. There were other problems trying to
install somewhere else, but I'm afraid I don't remember details. I played
with it for a little while, but gave up and left it in /usr/local :(.
--
Richard Kuhns [EMAIL PROTECTED]
PO Box 6249 Tel: (765)477-6000 \
100 Sawmill Road x319
Lafayette, IN 47903 (800)489-4891 /
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message