[Gambas-user] installing gambas other than default path
spam inacan
sapcacmt0001 at ...770...
Thu Jan 6 06:12:35 CET 2005
Hi,
I'm trying to create a package to be installed on my
machine. I currently use:
make DESTDIR=`pwd`/package install
however, parts of the Makefile only seem to utilize
the environment variable DESTDIR. I've examined the
Makefile and found that another variable ROOT doesn't
get updated/modified. I'd be happy if anyone can give
some insight to this.
Also, I think there might be some typos in the
Makefiles, particularly:
ROOT=$DESTDIR
where it probably should be:
ROOT=$(DESTDIR)
Thanks.
sapcacmt
More information about the User
mailing list