Fix permissions of doc files

This commit is contained in:
Ondřej Lysoněk 2018-12-13 16:24:37 +01:00
parent 1c7df11d2a
commit 761f517ca6

View File

@ -35,6 +35,8 @@ OpenSSL modules, such as key parameters from Crypt::OpenSSL::RSA.
%prep
%setup -q -n Crypt-OpenSSL-Bignum-%{version}
chmod a-x LICENSE README Changes
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}