summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/dnsmasq.spec4
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/dnsmasq.spec b/packaging/dnsmasq.spec
index 451d1be..cf899d3 100644
--- a/packaging/dnsmasq.spec
+++ b/packaging/dnsmasq.spec
@@ -34,11 +34,9 @@ mkdir -p %{TZ_SYS_VAR}/lib/misc
%make_install
mkdir -p %{buildroot}%{_sysconfdir}/dbus-1/system.d
cp dbus/dnsmasq.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/dnsmasq.conf
-mkdir -p %{buildroot}/usr/share/license
-cp COPYING %{buildroot}/usr/share/license/dnsmasq
%files
%manifest %{name}.manifest
%{_bindir}/dnsmasq
-/usr/share/license/dnsmasq
+%license COPYING
%attr(644,root,root) %{_sysconfdir}/dbus-1/system.d/*