Dear Gerardo,

Gerardo Di Iorio wrote:
Hi,
is possible define the gnome install path in the "/usr" and the
sysconfdir in "/etc"?
Can send an example ?

regards
Gerardo Di Iorio
Yes, a target can control this fine grained, for every package, theoretically every package's file.

For the case of Gnome (and other major "optional" software pieces, that we, by default, install into /opt, such as KDE, Xfce, E17, Mozilla/*, OpenOffice.org, etc.) you can simply change their "group" prefix in the Config, "Install prefix of ...", some quick grep over the config.in files:

package/e17/imlib2/config.in: SDECFG_PKG_E17_CORE_PREFIX "opt/e17" package/emulators/vmware/config.in: SDECFG_PKG_VMWARE_PREFIX 'opt/vmware' package/gnome14/glib12/config.in: SDECFG_PKG_GNOME14_CORE_PREFIX "opt/gnome" package/gnome2/glib/config.in: SDECFG_PKG_GNOME2_CORE_PREFIX "opt/gnome2" package/gnustep/gnustep-make/config.in: SDECFG_PKG_GNUSTEP_CORE_PREFIX "" package/kde/kdelibs/config.in: SDECFG_PKG_KDE_CORE_PREFIX "opt/kde4" package/kde/qt/config.in: text 'Install prefix for Qt' SDECFG_PKG_QT_PREFIX "opt/qt3" package/kde/qt4/config.in: text 'Install prefix for Qt4' SDECFG_PKG_QT4_PREFIX "opt/qt4" package/lxde/lxde-common/config.in: SDECFG_PKG_LXDE_CORE_PREFIX "opt/lxde" package/network/apache/config.in: SDECFG_PKG_APACHE_PREFIX "opt/apache" package/network/bacula/config.in: SDECFG_PKG_BACULA_PREFIX "opt/bacula" package/network/honeyd/config.in: SDECFG_PKG_HONEYD_PREFIX "opt/honeyd" package/network/ldapdns/config.in: SDECFG_PKG_LDAPDNS_PREFIX "opt/ldapdns" package/network/nagios/config.in: SDECFG_PKG_NAGIOS_PREFIX "opt/nagios" package/network/pound/config.in: SDECFG_PKG_POUND_PREFIX "opt/pound" package/network/unreal-ircd/config.in: SDECFG_PKG_UNREAL_PREFIX "/opt/unrealircd" package/network/vnuml/config.in: SDECFG_PKG_VNUML_PREFIX "opt/vnuml" package/perl/perl/config.in: text 'Site prefix' SDECFG_PKG_PERL5_SITE_PREFIX "usr" package/perl/perl/config.in: text 'Vendor prefix' SDECFG_PKG_PERL5_VENDOR_PREFIX "opt" package/security/freeradius/config.in: SDECFG_PKG_FREERADIUS_PREFIX "opt/freeradius" package/security/libprelude/config.in: SDECFG_PKG_PRELUDE_PREFIX "opt/prelude" package/xfce4/libxfce4util/config.in: SDECFG_PKG_XFCE4_CORE_PREFIX "opt/xfce4"
package/zope/zope/config.in:            SDECFG_PKG_ZOPE_PREFIX "opt/zope"
package/zope/zope/config.in: SDECFG_PKG_ZOPE_PRODDIR "$SDECFG_PKG_ZOPE_PREFIX/products"


Greetings,

--
 René Rebe, ExactCODE GmbH, Jaegerstr. 67, DE-10785 Berlin
 http://exactcode.de | http://t2-project.org | http://rene.rebe.name



----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to