From a1caa14611625656b40b5266c7286adbff0b8560 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sun, 28 Mar 2010 12:44:53 +0000 Subject: [PATCH] Fix typo: %%config not %%conf --- llvm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index d462e8c..50b89c6 100644 --- a/llvm.spec +++ b/llvm.spec @@ -289,7 +289,7 @@ rm -rf %{buildroot} %exclude %{_bindir}/llvm-config %{_bindir}/llvm* %{_bindir}/opt -%conf %{_sysconfdir}/ld.so.conf.d/llvm-%{arch}.conf +%config %{_sysconfdir}/ld.so.conf.d/llvm-%{arch}.conf %dir %{_libdir}/llvm %{_libdir}/llvm/*.so %exclude %{_mandir}/man1/clang.1.*