Skip to content

Commit

Permalink
lxde-base/lxterminal: fix maintainer mode / automake mismatch
Browse files Browse the repository at this point in the history
Per the instructions in the QA project wiki page, I removed
the aclocal.m4 file from the upstream package during the build
phase. That resulted in a successful compilation of the package.

Closes: https://bugs.gentoo.org/818211
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jay Faulkner <[email protected]>
Closes: gentoo#22582
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
jayofdoom authored and thesamesam committed Oct 20, 2021
1 parent 708719b commit 03820a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lxde-base/lxterminal/lxterminal-0.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ BDEPEND="

src_prepare() {
xdg_src_prepare
# Avoid maintainer mode, bug #818211
rm aclocal.m4 || die

eautoreconf
}

Expand Down

0 comments on commit 03820a4

Please sign in to comment.