Your IP : 216.73.217.87


Current Path : /etc/profile.d/
Upload File :
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