From bcacaea1b85741869c2fcc5de60ff7f5e3a01638 Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 10 Dec 2023 21:30:29 +0300 Subject: [PATCH] Fix typo --- SPECS/openssl-gost-engine.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/openssl-gost-engine.spec b/SPECS/openssl-gost-engine.spec index 3a4ecf1..54b6ff4 100644 --- a/SPECS/openssl-gost-engine.spec +++ b/SPECS/openssl-gost-engine.spec @@ -47,8 +47,8 @@ cp "%{_vpath_builddir}"/bin/gostprov.so %buildroot%_providersdir/ cp "%{_vpath_builddir}"/bin/gost*sum %buildroot%_bindir/ cp gost*sum.1 %buildroot%_mandir/man1/ -install -m755 %{SOURCE1} %buildroot%_bidnir/openssl-switch-passhash -install -m755 %{SOURCE2} %buildroot%_bidnir/openssl-switch-config +install -m755 %{SOURCE1} %buildroot%_bindir/openssl-switch-passhash +install -m755 %{SOURCE2} %buildroot%_bindir/openssl-switch-config %check # tests currently do not work due to missing crypto-policies support