Skip to content

Commit

Permalink
app-misc/banner: fix typo in $S
Browse files Browse the repository at this point in the history
Typo fixed

Package-Manager: Portage-3.0.10, Repoman-3.0.1
Signed-off-by: Jonas Stein <[email protected]>
  • Loading branch information
jonasstein committed Nov 26, 2020
1 parent dbc2713 commit c2fe84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-misc/banner/banner-1.3.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"

S="${WORKDIR}/${P}-${PN^^}_V${PV}"
S="${WORKDIR}/${PN}-${PN^^}_V${PV}"

RDEPEND="!games-misc/bsd-games"
PATCHES=(
Expand Down

0 comments on commit c2fe84b

Please sign in to comment.