Sat May 27 18:41:24 2006 Michael Jennings (mej)

The emu module kinda threw everything for a loop by having a separate
binary, so I had to add some spec-fu to make an exception for it.
----------------------------------------------------------------------


SVN revision: 22943
master
Michael Jennings 17 years ago
parent 5cf333e857
commit 6485788d70
  1. 5
      e_modules-moon.spec.in

@ -42,6 +42,9 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%files -f %{module_name}.lang
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING* INSTALL NEWS README
%{_libdir}/enlightenment/modules/%{module_name}
%if "%{module_name}" == "emu"
%{_bindir}/%{module_name}*
%endif
%{_libdir}/enlightenment/modules/%{module_name}*
%changelog

Loading…
Cancel
Save