1
0

Fix filelist for alternatives

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-moonscript?expand=0&rev=8
This commit is contained in:
Matej Cepl 2020-04-07 17:15:28 +00:00 committed by Git OBS Bridge
parent 924e25959f
commit f40d5ee286

View File

@ -110,8 +110,13 @@ busted
%if ! %{with test}
%files
%doc CHANGELOG.md README.md docs
%{_bindir}/moon*
%{_bindir}/moon
%{_bindir}/moon-%{lua_version}
%{_bindir}/moonc
%{_bindir}/moonc-%{lua_version}
%{lua_noarchdir}/moon*
%ghost %_sysconfdir/alternatives/moon
%ghost %_sysconfdir/alternatives/moonc
%endif
%changelog