Don't remove inc/ to prevent setting Module::Install::AUTHOR

f38
Jitka Plesnikova 3 years ago
parent 1ec030b8f0
commit d418606fbd

@ -63,7 +63,8 @@ all of the key exchanges, ciphers, and compression of libssh2.
%setup -q -n Net-SSH2-%{version}
# Remove bundled libraries
rm -r inc
# Don't remove inc/ to prevent setting $Module::Install::AUTHOR
rm -r inc/*
perl -i -ne 'print $_ unless m{^inc/}' MANIFEST
%build

Loading…
Cancel
Save