From bf9273614ea1b0c26ae7a5ad672b90379505f6ec Mon Sep 17 00:00:00 2001 From: Akbar Hamaminatu Date: Wed, 19 Oct 2022 03:31:02 +0700 Subject: [PATCH] fix: Fix build-id conflicts with other packages --- config/builder.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/builder.json b/config/builder.json index 12fcc501..19f1269b 100755 --- a/config/builder.json +++ b/config/builder.json @@ -30,6 +30,12 @@ "figma" ] }], + + "rpm": { + "fpm": [ + "--rpm-rpmbuild-define=_build_id_links none" + ] + }, "pacman": { "depends": []