Skip to content

Commit

Permalink
gnome-common: Remove two headers provided by autoconf-archive
Browse files Browse the repository at this point in the history
    [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
  • Loading branch information
pmenzel committed Jun 14, 2024
1 parent 8ab90b2 commit 8ad8144
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions gnome-common-3.18.0-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -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}"'

###############################################################################
##
Expand Down

0 comments on commit 8ad8144

Please sign in to comment.