From d4c83f1656b732aa4edd11e9a8946837fed3a890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 27 May 2020 15:35:39 +0200 Subject: [PATCH] Correct editting MANIFEST --- perl-Compress-Bzip2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-Compress-Bzip2.spec b/perl-Compress-Bzip2.spec index 2421516..53bd974 100644 --- a/perl-Compress-Bzip2.spec +++ b/perl-Compress-Bzip2.spec @@ -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