use absolute path
This commit is contained in:
parent
1420aef3d7
commit
fd40d4b358
@ -65,7 +65,8 @@ install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
|||||||
install -m 0644 wpd2*.1 %{buildroot}/%{_mandir}/man1
|
install -m 0644 wpd2*.1 %{buildroot}/%{_mandir}/man1
|
||||||
|
|
||||||
%check
|
%check
|
||||||
LD_LIBRARY_PATH=../lib/.libs make check
|
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||||
|
make check
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user