From 6485788d704a96f504f1c463eb7a1fecda98f2ad Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Sat, 27 May 2006 23:40:43 +0000 Subject: [PATCH] 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 --- e_modules-moon.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/e_modules-moon.spec.in b/e_modules-moon.spec.in index 2b64af5..1c41228 100644 --- a/e_modules-moon.spec.in +++ b/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