mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
games-util/r2modman-bin: update LICENSE
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user