home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110725.etc.tar.gz / bradford.20110725.etc.tar / etc / profile.d / gnome-filesystem.csh < prev    next >
Text File  |  2006-04-22  |  678b  |  21 lines

  1. if ( ${?ACLOCAL_FLAGS} ) then
  2.     setenv ACLOCAL_FLAGS "${ACLOCAL_FLAGS} -I /opt/gnome/share/aclocal"
  3. else
  4.     setenv ACLOCAL_FLAGS "-I /opt/gnome/share/aclocal"
  5. endif
  6. if ( ${?PKG_CONFIG_PATH} ) then
  7.     setenv PKG_CONFIG_PATH ${PKG_CONFIG_PATH}:/opt/gnome/lib64/pkgconfig:/opt/gnome/share/pkgconfig
  8. else
  9.     setenv PKG_CONFIG_PATH /opt/gnome/lib64/pkgconfig:/opt/gnome/share/pkgconfig
  10. endif
  11. if ( ${?INFOPATH} ) then
  12.     setenv INFOPATH ${INFOPATH}:/opt/gnome/share/info
  13. else
  14.     setenv INFOPATH /opt/gnome/share/info
  15. endif
  16. if ( ${?GNOME2_PATH} ) then
  17.     setenv GNOME2_PATH /usr/local:/opt/gnome:/usr:${GNOME2_PATH}
  18. else
  19.     setenv GNOME2_PATH /usr/local:/opt/gnome:/usr
  20. endif
  21.