]> git.wh0rd.org - home.git/blob - .profile.d/gnu.sh
more bin/profiles
[home.git] / .profile.d / gnu.sh
1 GNULIB_SRCDIR=/usr/local/src/gnu/gnulib
2 [[ ! -d ${GNULIB_SRCDIR} ]] && GNULIB_SRCDIR=/usr/local/src/gnulib
3 if [[ -d ${GNULIB_SRCDIR} ]] ; then
4 export GNULIB_SRCDIR
5 else
6 unset GNULIB_SRCDIR
7 fi