Skip to content

system/perl: fix zlib-src removal

John Ogness requested to merge jogness/packages:bugfix-perl into master

With commit e220d74d ("system/perl: bump to 5.26.2, modernize, remove dumbnes") an unnecessary "return 1" on sed failure was removed. However, the || was not removed. This led to the following line (removal of zlib-src) not being executed.

Remove the trailing || to allow zlib-src removal.

Merge request reports