From e4487ce5b3326703032561ce13fb7f81a387ee6b Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Wed, 18 Jun 2014 18:59:03 +0200 Subject: [PATCH] removed samples installation fix --- knot.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knot.spec b/knot.spec index 73ee941..540bc39 100644 --- a/knot.spec +++ b/knot.spec @@ -58,7 +58,7 @@ install -d -m 0750 %{buildroot}%{_sharedstatedir}/%{name}/keys # install config samples into docdir install -d -m 0755 %{buildroot}%{_pkgdocdir}/samples -for sample_file in knot.full.conf knot.keys.conf example.com.zone; do +for sample_file in knot.conf example.com.zone; do install -p -m 0644 samples/${sample_file} %{buildroot}%{_pkgdocdir}/samples done