return the LD_LIBRARY_PATH export

This commit is contained in:
David Tardon 2015-12-27 17:16:42 +01:00
parent 549167b0e2
commit a6b73fe123

View File

@ -57,6 +57,7 @@ sed -i \
libtool
make %{?_smp_mflags} V=1
export LD_LIBRARY_PATH=`pwd`/src/lib/.libs${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
for tool in raw/cdr2raw raw/cmx2raw svg/cdr2xhtml svg/cmx2xhtml text/cdr2text text/cmx2text; do
help2man -N -o `basename $tool`.1 ./src/conv/$tool
done