| Current Path : /etc/profile.d/ |
| Current File : //etc/profile.d/pkgconfig.csh |
#!/bin/csh
if ( $?PKG_CONFIG_PATH ) then
setenv PKG_CONFIG_PATH ${PKG_CONFIG_PATH}:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig
else
setenv PKG_CONFIG_PATH /usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig
endif