Flatpak lua files location fix.

This commit is contained in:
Gwyn Ciesla 2019-08-09 09:54:16 -05:00
parent 8f0b09e730
commit 420b6df744
1 changed files with 6 additions and 0 deletions

View File

@ -431,6 +431,12 @@ rmdir %{buildroot}%{_libdir}/graphviz/python
# Ghost plugins config
touch %{buildroot}%{_libdir}/graphviz/config%{pluginsver}
# Fix lua file placement for flatpak
if [ "%{_prefix}" != "/usr" ]; then
cp -ru %{buildroot}/usr/* %{buildroot}%{_prefix}/
rm -rf %{buildroot}/usr/*
fi
%check
%if %{PHP}
# Minimal load test of php extension