discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ./configure --with-installation-domain


From: Nicola Pero
Subject: Re: ./configure --with-installation-domain
Date: Wed, 7 Jan 2009 11:26:27 +0000


How should a packager

a) configure [make,base,gui,back]
b) install [make,base,gui,back,gorm,project center]

so that the system packages end up in System yet the user installed
packages end up in Local?

** Packager:

export GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
./configure
make
make install

<repeat for all packages>

(full complete explanations for packagers in core/make/Documentation/ README.Packaging)


** User:

./configure
make
make install


Isn't that the scenario these changes are aimed at?

Yes. :-)

I guess your point is that --with-installation-domain=XXX is superfluous since you can get the same effect by setting GNUSTEP_INSTALLATION_DOMAIN=XXX before running configure (as
shown above) ?

Thanks




reply via email to

[Prev in Thread] Current Thread [Next in Thread]