1
1

remove trailing colon at the end of the generated LD_LIBRARY_PATH

This commit was SVN r22677.
Этот коммит содержится в:
Nadia Derbey 2010-02-22 07:47:30 +00:00
родитель a14a5dc3c6
Коммит 4e71d4ae32

2
contrib/dist/linux/openmpi.spec поставляемый
Просмотреть файл

@ -505,7 +505,7 @@ fi
# LD_LIBRARY_PATH
if test -z "\`echo \$LD_LIBRARY_PATH | grep %{_libdir}\`"; then
LD_LIBRARY_PATH=%{_libdir}:\${LD_LIBRARY_PATH}
LD_LIBRARY_PATH=%{_libdir}\${LD_LIBRARY_PATH:+:}\${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH
fi