comparison configure @ 10153:f80f680d6169

One / too many, noticed by Andreas Hess <jaska@gmx.net>.
author diego
date Thu, 22 May 2003 21:27:39 +0000
parents f2725d6717bd
children 6d8b61cc7003
comparison
equal deleted inserted replaced
10152:b252d1b6829e 10153:f80f680d6169
4308 fi 4308 fi
4309 fi 4309 fi
4310 if test -z "$_reallibdir" ; then 4310 if test -z "$_reallibdir" ; then
4311 for I in "$_libdir/codecs" "$_libdir/real" /usr/lib/real \ 4311 for I in "$_libdir/codecs" "$_libdir/real" /usr/lib/real \
4312 /usr/lib/RealPlayer{9,8,}/Codecs /usr/local/RealPlayer{9,8,}/Codecs \ 4312 /usr/lib/RealPlayer{9,8,}/Codecs /usr/local/RealPlayer{9,8,}/Codecs \
4313 /usr/local/lib/RealPlayer{9,8,}/Codecs /opt/RealPlayer{9,8,}/{Real/,}/Codecs ; do 4313 /usr/local/lib/RealPlayer{9,8,}/Codecs /opt/RealPlayer{9,8,}/{Real/,}Codecs ; do
4314 if test -d "$I" ; then 4314 if test -d "$I" ; then
4315 _reallibdir="$I" 4315 _reallibdir="$I"
4316 break 4316 break
4317 fi 4317 fi
4318 done 4318 done