diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-01-16 22:07:19 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-01-16 22:20:45 +0000 |
commit | a05ab27e10f4b4decc3fb24b649057e3cd438e7c (patch) | |
tree | 86ff0f46e73f73747941a407fe4489fd2f788a8b /app-misc | |
parent | sys-fs/btrfs-progs: Added python3_9 support. (diff) | |
download | gentoo-a05ab27e10f4b4decc3fb24b649057e3cd438e7c.tar.gz gentoo-a05ab27e10f4b4decc3fb24b649057e3cd438e7c.tar.bz2 gentoo-a05ab27e10f4b4decc3fb24b649057e3cd438e7c.zip |
app-misc/rbutil: Use full qt5_get_bindir() path when calling lrelease
Closes: https://bugs.gentoo.org/765694
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/rbutil/rbutil-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/rbutil/rbutil-1.4.1.ebuild b/app-misc/rbutil/rbutil-1.4.1.ebuild index 2478bc80799a..3ba0000d1209 100644 --- a/app-misc/rbutil/rbutil-1.4.1.ebuild +++ b/app-misc/rbutil/rbutil-1.4.1.ebuild @@ -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 @@ -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)" |