diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-04-16 08:50:35 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-04-16 08:53:59 -0400 |
commit | 45ae3c01f58be5d85cd8ca2632722a7f303d91d5 (patch) | |
tree | 6ac8cde931c05c6940beca3862cdf9ccb6ec2b9b /app-cdr | |
parent | sys-apps/util-linux: Removed old (diff) | |
download | gentoo-45ae3c01f58be5d85cd8ca2632722a7f303d91d5.tar.gz gentoo-45ae3c01f58be5d85cd8ca2632722a7f303d91d5.tar.bz2 gentoo-45ae3c01f58be5d85cd8ca2632722a7f303d91d5.zip |
app-cdr/brasero: Install metainfo to correct location
Closes: https://bugs.gentoo.org/732898
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/brasero/brasero-3.12.2-r2.ebuild (renamed from app-cdr/brasero/brasero-3.12.2-r1.ebuild) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-cdr/brasero/brasero-3.12.2-r1.ebuild b/app-cdr/brasero/brasero-3.12.2-r2.ebuild index 917812f33104..3c5638c56409 100644 --- a/app-cdr/brasero/brasero-3.12.2-r1.ebuild +++ b/app-cdr/brasero/brasero-3.12.2-r2.ebuild @@ -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=6 @@ -74,3 +74,9 @@ src_configure() { $(use_enable playlist) \ $(use_enable tracker search) } + +src_install() { + default + mv "${ED}"/usr/share/{appdata,metainfo} || die + find "${ED}" -type f -name "*.la" -delete || die +} |