cedric pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=45edf5e617a20af8a5a28fe0c7026f3691cd1f9f

commit 45edf5e617a20af8a5a28fe0c7026f3691cd1f9f
Author: Thierry <thie...@substantiel.fr>
Date:   Fri Aug 21 17:06:54 2015 +0200

    menu: match file looked by code.
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 configure.ac          | 2 +-
 enlightenment.spec.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index db255d6..0c9411d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -345,7 +345,7 @@ AM_CONDITIONAL(INSTALL_SYSACTIONS, test 
x${e_cv_enable_install_sysactions} = xye
 
 AC_MSG_CHECKING([whether to install enlightenment.menu])
 AC_ARG_ENABLE([install-enlightenment-menu],
-  AS_HELP_STRING([--disable-install-enlightenment-menu],[disable installing 
/etc/xdg/menus/enlightenment.menu @<:@default=enabled@:>@]),
+  AS_HELP_STRING([--disable-install-enlightenment-menu],[disable installing 
/etc/xdg/menus/e-applications.menu @<:@default=enabled@:>@]),
     [e_cv_enable_install_enlightenment_menu=$enableval],
     AC_CACHE_VAL([e_cv_enable_install_enlightenment_menu], 
[e_cv_enable_install_enlightenment_menu=yes]))
 AC_MSG_RESULT([$e_cv_enable_install_enlightenment_menu])
diff --git a/enlightenment.spec.in b/enlightenment.spec.in
index 0989543..4098049 100644
--- a/enlightenment.spec.in
+++ b/enlightenment.spec.in
@@ -64,7 +64,7 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS COPYING README
 %dir %{_sysconfdir}/enlightenment
 %config(noreplace) %{_sysconfdir}/enlightenment/*
-%config(noreplace) %{_sysconfdir}/xdg/menus/enlightenment.menu
+%config(noreplace) %{_sysconfdir}/xdg/menus/e-applications.menu
 %{_bindir}/enlightenment
 %{_bindir}/enlightenment_*
 #%{_bindir}/eap_to_desktop

-- 


Reply via email to