[knot] fix typo

jvcelak jvcelak at fedoraproject.org
Wed Jun 18 17:09:39 UTC 2014


commit 5265fd21fe4c1fb6fc90e608dce7241f063c2931
Author: Jan Vcelak <jvcelak at fedoraproject.org>
Date:   Wed Jun 18 19:09:31 2014 +0200

    fix typo

 knot.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/knot.spec b/knot.spec
index 540bc39..7b2d543 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.conf example.com.zone; do
+for sample_file in knot.sample.conf example.com.zone; do
 	install -p -m 0644 samples/${sample_file} %{buildroot}%{_pkgdocdir}/samples
 done
 


More information about the scm-commits mailing list