commit: a4f16d2f631013a8ba55ca99b35699f2ff029d3d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 16:50:55 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Mar 21 17:19:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f16d2f
app-misc/xmind: Fix typo Closes: https://bugs.gentoo.org/768510 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-misc/xmind/xmind-3.7.6_p201801311814.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild b/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild index 869813d042d..7ee0129f5e3 100644 --- a/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild +++ b/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild @@ -39,7 +39,7 @@ src_configure() { if use amd64; then XDIR="XMind_amd64" else - XDIR="XMind_i388" + XDIR="XMind_i386" fi mv "$XDIR" XMind || die # force data instance & config area to be at home/.xmind directory
