From 0fabb59f99de6cea1e9ffb519668f307d49f17f5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 1 Oct 2022 17:20:15 +0200 Subject: [PATCH] perl: put multiplicity patch into patches/. --- srcpkgs/perl/{files => patches}/multiplicity.patch | 0 srcpkgs/perl/template | 1 - 2 files changed, 1 deletion(-) rename srcpkgs/perl/{files => patches}/multiplicity.patch (100%) diff --git a/srcpkgs/perl/files/multiplicity.patch b/srcpkgs/perl/patches/multiplicity.patch similarity index 100% rename from srcpkgs/perl/files/multiplicity.patch rename to srcpkgs/perl/patches/multiplicity.patch diff --git a/srcpkgs/perl/template b/srcpkgs/perl/template index 216f30ba4a8..b4cb1953cf3 100644 --- a/srcpkgs/perl/template +++ b/srcpkgs/perl/template @@ -143,7 +143,6 @@ done post_extract() { cp -a ../perl-cross-${_perl_cross_version}/* . - patch -p1 < ${FILESDIR}/multiplicity.patch [ -n "${SOURCE_DATE_EPOCH}" ] && touch -h -d @$SOURCE_DATE_EPOCH patchlevel.h }