From 299bd5a5d4b7a8e5cf0cc592820a4a3f31d0151b Mon Sep 17 00:00:00 2001 From: Doyoun Kang Date: Fri, 2 Aug 2013 17:36:20 +0900 Subject: [PATCH] Package upload Change-Id: I5ef628f301b0324f2fe387c5bef1b5fe1193374a --- packaging/e17-extra-modules.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packaging/e17-extra-modules.spec b/packaging/e17-extra-modules.spec index af9232e..8b3bd8f 100755 --- a/packaging/e17-extra-modules.spec +++ b/packaging/e17-extra-modules.spec @@ -1,6 +1,6 @@ Name: e17-extra-modules Summary: The E17 Extra Modules The E17 extra modules consists of modules made by SAMSUNG -Version: 0.14.7 +Version: 0.14.8 Release: 1 Group: System/GUI/Other License: BSD @@ -48,8 +48,8 @@ export CFLAGS+=" -D_ENV_ARM" for FILE in %{DEF_SUBDIRS} -do - cd $FILE +do + cd $FILE %autogen %configure --prefix=/usr make @@ -68,12 +68,12 @@ mkdir -p %{buildroot}/usr/bin cp -af keyrouter/scripts/* %{buildroot}/usr/bin/ for FILE in %{DEF_SUBDIRS} -do +do (cd $FILE && make install DESTDIR=%{buildroot} ) done -find %{buildroot}/usr/lib/enlightenment/modules -name *.la | xargs rm -find %{buildroot}/usr/lib/enlightenment/modules -name *.a | xargs rm +find %{buildroot}/usr/lib/enlightenment/modules -name *.la | xargs rm +find %{buildroot}/usr/lib/enlightenment/modules -name *.a | xargs rm %files %manifest e17-extra-modules.manifest -- 2.7.4