summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/e-mod-tizen-keyrouter.spec6
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}