From 40808cedc1206f905b4a54b42aa8d4efa88b0eab Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 5 Jun 2005 23:15:03 +0000 Subject: [PATCH] Remove the incorrect installation of '%{openssldir}/lib'. PR: 1074 --- openssl.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index 3979cb85a8..c9c687366e 100644 --- a/openssl.spec +++ b/openssl.spec @@ -121,7 +121,6 @@ rm -rf $RPM_BUILD_ROOT %config %attr(0644,root,root) %{openssldir}/openssl.cnf %dir %attr(0755,root,root) %{openssldir}/certs -%dir %attr(0755,root,root) %{openssldir}/lib %dir %attr(0755,root,root) %{openssldir}/misc %dir %attr(0750,root,root) %{openssldir}/private -- GitLab