mirror of
https://abf.rosa.ru/djam/graphviz.git
synced 2025-02-23 15:52:55 +00:00
fixed lua lib path for e2k
This commit is contained in:
parent
4c57dfd51e
commit
907f029457
1 changed files with 4 additions and 0 deletions
|
@ -472,6 +472,10 @@ popd
|
|||
%install
|
||||
%makeinstall_std
|
||||
|
||||
%ifarch %e2k
|
||||
[ -d %{buildroot}%{_prefix}/lib/lua ] && mv %{buildroot}%{_prefix}/lib/lua %{buildroot}%{_libdir}/
|
||||
%endif
|
||||
|
||||
# fix documentation
|
||||
install -d -m 755 %{buildroot}%{_docdir}
|
||||
mv %{buildroot}%{_datadir}/%{name}/doc %{buildroot}%{_docdir}/%{name}
|
||||
|
|
Loading…
Add table
Reference in a new issue