Skip to content
Snippets Groups Projects
Commit 26e3fdb9 authored by Celeste's avatar Celeste Committed by omni
Browse files

community/mailmunge: disable perl build artifacts

Add this option to ./configure, so `.packlist` and `perllocal.pod`
aren't installed. Most Perl aports add a call to `find` to delete
these 2 files, as they are unnecessary/cause conflicts with other
packages.
parent de501cbd
No related branches found
No related tags found
1 merge request!59650community/mailmunge: upgrade to 3.13
Pipeline #210020 skipped
......@@ -54,6 +54,7 @@ build() {
--mandir=/usr/share/man \
--localstatedir=/var \
--with-perlinstalldirs=vendor \
--disable-perl-build-artifacts
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment