diff --git a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild index 1793d45137..979bc070d1 100644 --- a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild +++ b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild @@ -20,7 +20,7 @@ SRC_URI=" DESCRIPTION="A simple and easy to use mod manager for several games using Thunderstore" HOMEPAGE="https://github.com/ebkr/r2modmanPlus" -LICENSE="GPL-3" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -28,12 +28,15 @@ KEYWORDS="~amd64 ~x86" S="${WORKDIR}" src_install() { - ## Install binaries file + # Install binaries file mv "${M_PN}-${PV}" "${M_PN}" || die #Fix folder name insinto /opt doins -r "${M_PN}" fperms 755 "/opt/${M_PN}/r2modman" + #Install License file in proper location + find "${ED}" -name "LICENSE*" -delete || die + # Install desktop file domenu "${FILESDIR}/${M_PN}".desktop @@ -47,7 +50,3 @@ src_install() { newicon -s 192 "${DISTDIR}/${M_PN}"-192x192.png "${M_PN}".png newicon -s 256 "${DISTDIR}/${M_PN}"-256x256.png "${M_PN}".png } - -pkg_postinst() { - xdg_desktop_database_update -}