From 49ab8e7a60c850bc89c4f603589121d2fbf9d122 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 22 Apr 2021 13:04:53 +0100 Subject: [PATCH] games-action/dxx-rebirth: fix typo Closes: https://bugs.gentoo.org/785040 Signed-off-by: Sam James --- games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild index c46c7fc051357..c2ee8a2d717c5 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild @@ -16,7 +16,7 @@ else MY_COMMIT='0c2fcf691ffb2a586991350d67f3efd1cca2a1f3' # dxx-rebirth-0.61.0_pre20200627.ebuild #MY_COMMIT='aba40babb47d36a88011af01e4bc0fc00dca74ef' - S="${WORKDIR}/${P}N-${MY_COMMIT}" + S="${WORKDIR}/${PN}-${MY_COMMIT}" #SRC_URI="https://github.com/dxx-rebirth/dxx-rebirth/archive/${MY_COMMIT}.tar.gz -> ${PN}-${PVR}.tar.gz" SRC_URI="https://codeload.github.com/dxx-rebirth/dxx-rebirth/tar.gz/${MY_COMMIT} -> ${PN}-${PVR}.tar.gz" unset MY_COMMIT