diff options
author | MinJeong Kim <minjjj.kim@samsung.com> | 2015-01-06 16:47:48 +0900 |
---|---|---|
committer | MinJeong Kim <minjjj.kim@samsung.com> | 2015-01-06 16:47:48 +0900 |
commit | 1c5a4289737a63f71e9de6b8d269dbd30eda1e8d (patch) | |
tree | 46aa406221d2eda66d6e97c9f568c3b6e66b3381 | |
parent | f7a0f8fa3b85f78b94dcaac340b6ff0a1ee891de (diff) | |
download | e-mod-tizen-keyrouter-tizen_3.0.2014.q4_common.tar.gz e-mod-tizen-keyrouter-tizen_3.0.2014.q4_common.tar.bz2 e-mod-tizen-keyrouter-tizen_3.0.2014.q4_common.zip |
Packaging with license filesubmit/tizen/20150106.075614accepted/tizen/wearable/20150108.120834accepted/tizen/tv/20150108.122907accepted/tizen/mobile/20150108.125121accepted/tizen/common/20150108.083918tizen_3.0.2015.q1_commontizen_3.0.2014.q4_common
Change-Id: I42d468bfadd1e3a2c749e1385d575a54119c7747
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
-rw-r--r-- | packaging/e-mod-tizen-keyrouter.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/e-mod-tizen-keyrouter.spec b/packaging/e-mod-tizen-keyrouter.spec index 66bb347..f153e2e 100644 --- a/packaging/e-mod-tizen-keyrouter.spec +++ b/packaging/e-mod-tizen-keyrouter.spec @@ -41,8 +41,8 @@ make rm -rf %{buildroot} # for license notification -#mkdir -p %{buildroot}/usr/share/license -#cp -a %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/usr/share/license/%{name} +mkdir -p %{buildroot}/usr/share/license +cp -a %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/usr/share/license/%{name} # install make install DESTDIR=%{buildroot} @@ -53,4 +53,4 @@ find %{buildroot}%{_libdir}/enlightenment/modules/%{name} -name *.la | xargs rm %files %defattr(-,root,root,-) %{_libdir}/enlightenment/modules/e-mod-tizen-keyrouter -#/usr/share/license/%{name} +/usr/share/license/%{name} |