return the LD_LIBRARY_PATH export
This commit is contained in:
parent
549167b0e2
commit
a6b73fe123
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user