Fix x11-wm/cwm ${S} location

This commit is contained in:
cælōrum spectātrīx 2026-01-23 04:25:12 +01:00
parent c0d6f00c85
commit 70be601394
2 changed files with 4 additions and 4 deletions

View file

@ -6,8 +6,8 @@ EAPI=8
inherit desktop toolchain-funcs
DESCRIPTION="Linux port of the OpenBSD calm window manager"
HOMEPAGE="https://git.linuxposting.xyz/afiw/cwm-linux"
SRC_URI="https://git.linuxposting.xyz/afiw/cwm-linux/archive/${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://git.linuxposting.xyz/afiw/cwm"
SRC_URI="https://git.linuxposting.xyz/afiw/cwm/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
@ -25,7 +25,7 @@ BDEPEND="
virtual/pkgconfig
"
S="${WORKDIR}/${PN}-linux"
S="${WORKDIR}/${PN}"
src_compile() {
emake CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)"