Remove stray /

f41
David Tardon 2 years ago
parent abc46d7d86
commit dfc5e10eda

@ -71,9 +71,9 @@ sed -i \
%install
%make_install
rm -f %{buildroot}/%{_libdir}/*.la
rm -f %{buildroot}%{_libdir}/*.la
# we install API docs directly from build
rm -rf %{buildroot}/%{_docdir}/%{name}
rm -rf %{buildroot}%{_docdir}/%{name}
%py_byte_compile %{python3} %{buildroot}%{_datadir}

Loading…
Cancel
Save