sci-calculators/galculator: Install metainfo to correct location

Closes: https://bugs.gentoo.org/756109
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2021-04-18 09:57:48 -04:00
parent fdbd8a3e1b
commit 31dac2d860

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -36,4 +36,6 @@ src_prepare() {
src_install() {
default
dodoc doc/shortcuts
mv "${ED}"/usr/share/{appdata,metainfo} || die
}