FS#742 - Mozilla packages do not include profile scripts for mozilla paths
Attached to Project:
Arch Linux
Opened by Ash (Thikasabrik) - Monday, 12 April 2004, 20:26 GMT
Last edited by Judd Vinet (judd) - Monday, 12 April 2004, 23:43 GMT
Opened by Ash (Thikasabrik) - Monday, 12 April 2004, 20:26 GMT
Last edited by Judd Vinet (judd) - Monday, 12 April 2004, 23:43 GMT
|
Details
I noticed while trying to build the mozilla module of
liferea that /opt/mozilla/lib/pkgconfig is not added to the
PKG_CONFIG_PATH environment variable. /opt/mozilla/bin is
also not included in PATH (I think), and the man pages are
not in MANPATH. I therefore propose something like this
script for /etc/profile.d/ ...
export MOZDIR=/opt/mozilla export PATH=$PATH:$MOZDIR/bin export MANPATH=$MANPATH:$MOZDIR/man export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$MOZDIR/lib/pkgconfig |
This task depends upon
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$MOZDIR/lib/pkgconfig
like galeon, etc's PKGBUILD does currently.