diff options
Diffstat (limited to 'games-emulation/conty/conty-1.25.1.ebuild')
-rw-r--r-- | games-emulation/conty/conty-1.25.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/conty/conty-1.25.1.ebuild b/games-emulation/conty/conty-1.25.1.ebuild index eb20204d5..00680ba83 100644 --- a/games-emulation/conty/conty-1.25.1.ebuild +++ b/games-emulation/conty/conty-1.25.1.ebuild @@ -10,7 +10,7 @@ inherit linux-info NAME="${PN}_lite_dwarfs.sh" -SRC_URI="https://github.com/Kron4ek/Conty/releases/download/${PV}/${NAME}" +SRC_URI="https://github.com/Kron4ek/Conty/releases/download/${PV}/${NAME} -> $P" KEYWORDS="~amd64" LICENSE="MIT" @@ -29,7 +29,7 @@ CONFIG_CHECK=" " src_install() { - dobin "${DISTDIR}/${PN}_lite_dwarfs.sh" + dobin "${DISTDIR}/${P}" } pkg_postinst() { |