diff --git a/AusweisApp2.spec b/AusweisApp2.spec index 9591a67..ed8d7ef 100644 --- a/AusweisApp2.spec +++ b/AusweisApp2.spec @@ -213,7 +213,8 @@ mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_libexecdir}/%{name} # Create the shell wrapper. cat << EOF >> %{buildroot}%{_bindir}/%{name} #!/bin/sh -OPENSSL_CONF=%{_datadir}/%{name}/openssl.cnf %{_libexecdir}/%{name} "\$@" +OPENSSL_CONF=%{_datadir}/%{name}/openssl.cnf \ +%{_libexecdir}/%{name} "\$@" EOF chmod 0755 %{buildroot}%{_bindir}/%{name}