From 1c5a4289737a63f71e9de6b8d269dbd30eda1e8d Mon Sep 17 00:00:00 2001 From: MinJeong Kim Date: Tue, 6 Jan 2015 16:47:48 +0900 Subject: [PATCH] Packaging with license file Change-Id: I42d468bfadd1e3a2c749e1385d575a54119c7747 Signed-off-by: MinJeong Kim --- packaging/e-mod-tizen-keyrouter.spec | 6 +++--- 1 file 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} -- 2.34.1