mirror of
https://abf.rosa.ru/djam/graphviz.git
synced 2025-02-24 00:02:57 +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
|
%install
|
||||||
%makeinstall_std
|
%makeinstall_std
|
||||||
|
|
||||||
|
%ifarch %e2k
|
||||||
|
[ -d %{buildroot}%{_prefix}/lib/lua ] && mv %{buildroot}%{_prefix}/lib/lua %{buildroot}%{_libdir}/
|
||||||
|
%endif
|
||||||
|
|
||||||
# fix documentation
|
# fix documentation
|
||||||
install -d -m 755 %{buildroot}%{_docdir}
|
install -d -m 755 %{buildroot}%{_docdir}
|
||||||
mv %{buildroot}%{_datadir}/%{name}/doc %{buildroot}%{_docdir}/%{name}
|
mv %{buildroot}%{_datadir}/%{name}/doc %{buildroot}%{_docdir}/%{name}
|
||||||
|
|
Loading…
Add table
Reference in a new issue