Difference between revisions of "Portage's bashrc"

From Funtoo
Jump to navigation Jump to search
(No difference)

Revision as of 01:30, December 29, 2011

bashrc's locations

If there is more than one bashrc files, each will be sourced before the ebuild is executed in the following order:

  • /etc/portage/bashrc - Global bashrc file which applied to all packages

Per-package:

  • /etc/portage/env/${CATEGORY}/${PN}
  • /etc/portage/env/${CATEGORY}/${PN}:${SLOT}
  • /etc/portage/env/${CATEGORY}/${P}
  • /etc/portage/env/${CATEGORY}/${PF}

Usefulness of bashrc

With bashrc you will be able to:

  • Set custom variables per package, like CFLAGS of FEATURES
  • Execute code in selected ebuild stages