Le 13 mars 07 à 07:40, Yen-Ju Chen a écrit :
GNUstep provides System and Local domain. I notice that Etoile components are installed into either one without consistency. Any policy for that ? All go into System or Local ?
The current policy is to install /Services/Private, Bundles and most frameworks into System domain. /Services/User should be installed into Local domain. It is important to note this is valid only if the user uses 'root' identity for 'make install' and 'setup.sh'. When the user uses its own identity (with his usual permission level), everything gets install in User domain.
If you set ETOILE_CORE_MODULE = YES in your project GNUmakefile, your module will be installed in System domain by default unless you install it with usual user permission or your override install domains. Well, it's a new feature not yet implemented and documented in etoile.make :-) That's why bundles install in Local for now.
Cheers, Quentin. _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
