Skip to content

Commit

Permalink
app-misc/rbutil: Use full qt5_get_bindir() path when calling lrelease
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/765694
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Jan 16, 2021
1 parent 8d1e1a6 commit a05ab27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-misc/rbutil/rbutil-1.4.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -41,7 +41,7 @@ src_prepare() {

src_configure() {
# Generate binary translations.
lrelease ${PN}qt.pro || die
"$(qt5_get_bindir)"/lrelease ${PN}qt.pro || die

# noccache is required to call the correct compiler.
eqmake5 CONFIG+="noccache $(use debug && echo dbg)"
Expand Down

0 comments on commit a05ab27

Please sign in to comment.