| Current Path : /etc/profile.d/ |
| Current File : //etc/profile.d/pkgconfig.sh |
#!/bin/sh
if [ ! "$PKG_CONFIG_PATH" = "" ]; then
PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig
else
PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig
fi
export PKG_CONFIG_PATH