diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 17:50:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 18:19:34 +0100 |
commit | a4f16d2f631013a8ba55ca99b35699f2ff029d3d (patch) | |
tree | 19f98f34609f7e47ae5b1625538d964f51b1ce2e /app-misc/xmind | |
parent | media-plugins/vdr-fritzbox: calls ar directly fixed (diff) | |
download | gentoo-a4f16d2f631013a8ba55ca99b35699f2ff029d3d.tar.gz gentoo-a4f16d2f631013a8ba55ca99b35699f2ff029d3d.tar.bz2 gentoo-a4f16d2f631013a8ba55ca99b35699f2ff029d3d.zip |
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@gentoo.org>
Diffstat (limited to 'app-misc/xmind')
-rw-r--r-- | app-misc/xmind/xmind-3.7.6_p201801311814.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild b/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild index 869813d042d0..7ee0129f5e34 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 |