From 8ad81444eb8e0f648ec6ec5af69edb8f6b6d6315 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 14 Jun 2024 13:12:12 +0200 Subject: [PATCH] gnome-common: Remove two headers provided by autoconf-archive [BEE] /src/mariux/beeroot/bee-files/autoconf-archive-2023.02.20-0.bee '/home/pmenzel/bee-files/./autoconf-archive.be0' -> '/src/mariux/beeroot/bee-files/autoconf-archive-2023.02.20-0.bee' [BEE] Conflicts with installed package found: gnome-common-3.18.0-0.x86_64: [BEE] /usr/share/aclocal/ax_check_enable_debug.m4 [BEE] /usr/share/aclocal/ax_code_coverage.m4 --- gnome-common-3.18.0-0.bee | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gnome-common-3.18.0-0.bee b/gnome-common-3.18.0-0.bee index cdcf7c9e3..994c7dd5d 100755 --- a/gnome-common-3.18.0-0.bee +++ b/gnome-common-3.18.0-0.bee @@ -59,10 +59,13 @@ SRCURL[0]="https://download.gnome.org/sources/gnome-common/${PKGVERSION[2]}/gnom # bee_build #} -#mee_install() { -# bee_install -#} -## by default this may be 'make install DESTDIR="${D}"' +mee_install() { + bee_install + # Provided by autoconf-archive + start_cmd rm ${D}${DATADIR}/aclocal/ax_check_enable_debug.m4 + start_cmd rm ${D}${DATADIR}/aclocal/ax_code_coverage.m4 +} +# by default this may be 'make install DESTDIR="${D}"' ############################################################################### ##