change PKG_CONFIG_PATH to include /usr/<local>/share/pkgconfig
[dragora.git] / archive / pkgconf / etc / profile.d / pkgconf.sh
blobf4dfaccb9ae26d49bccaf1adcc6648f60f921c8b
2 # Set PKG_CONFIG and PKG_CONFIG_PATH if unset
4 test -n "${PKG_CONFIG+$PKG_CONFIG}" || \
5 PKG_CONFIG=/usr/bin/pkgconf
7 test -n "${PKG_CONFIG_PATH+$PKG_CONFIG_PATH}" || \
8 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
10 export PKG_CONFIG PKG_CONFIG_PATH