Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/etc/profile.d/
Upload File :
Current File : /hdd/hdd21/main/etc/profile.d/pkgconfig.sh

#!/bin/sh
if [ ! "$PKG_CONFIG_PATH" = "" ]; then
  PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/usr/local/lib64/pkgconfig
else
  PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig
fi
export PKG_CONFIG_PATH