From: ellson Date: Wed, 7 Nov 2007 13:56:57 +0000 (+0000) Subject: correct LD_LIBRARY_PATH for rtest on x86_64 systems X-Git-Tag: LAST_LIBGRAPH~32^2~5061 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3885d767022b40e8ccec5b1e0b92ff934c106480;p=graphviz correct LD_LIBRARY_PATH for rtest on x86_64 systems --- diff --git a/graphviz.spec.in b/graphviz.spec.in index ad42f702c..bcf7a119b 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -576,8 +576,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/doc %clean # regression test -export LD_LIBRARY_PATH=%{buildroot}/usr/lib:$LD_LIBRARY_PATH -export PATH=%{buildroot}/usr/bin:$PATH +LD_LIBRARY_PATH=%{buildroot}%{_libdir}:$LD_LIBRARY_PATH +PATH=%{buildroot}%{_bindir}:$PATH +export LD_LIBRARY_PATH PATH dot -c cd rtest ksh rtest.sh