mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
22 lines
663 B
Diff
22 lines
663 B
Diff
From a4bbb87d11d40dfee9808a7d5025a65845c6a4cd Mon Sep 17 00:00:00 2001
|
|
From: Jay Doane <jaydoane@apache.org>
|
|
Date: Thu, 13 Apr 2023 15:37:48 -0700
|
|
Subject: [PATCH] Remove excl_archive_filters
|
|
|
|
This parameter has been eliminated in OTP 26.
|
|
---
|
|
rel/reltool.config | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/rel/reltool.config b/rel/reltool.config
|
|
index 41d45ef419..d84ef597c7 100644
|
|
--- a/rel/reltool.config
|
|
+++ b/rel/reltool.config
|
|
@@ -73,7 +73,6 @@
|
|
{boot_rel, "couchdb"},
|
|
{profile, embedded},
|
|
{excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)"]},
|
|
- {excl_archive_filters, [".*"]},
|
|
{incl_cond, exclude},
|
|
|
|
%% stdlib
|