Correct editting MANIFEST

This commit is contained in:
Petr Písař 2020-05-27 15:35:39 +02:00
parent 9738de991b
commit d4c83f1656
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ the preferred IO::Compress::Bzip2 instead.
%setup -q -n Compress-Bzip2-%{version}
# Remove bundled bzip2 library
find bzlib-src -mindepth 1 -type f \! -name 'sample*' -delete
perl -i -ne 'print $_ unless m{^bzlib-src/}d' MANIFEST
perl -i -ne 'print $_ unless m{^bzlib-src/}' MANIFEST
find bzlib-src -type f >>MANIFEST
%build