mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-lang/cc65: specify $PREFIX at compile
.macpack fails to find the $PREFIX/share/cc65 directory when `$PREFIX` is not specified at compile time—not install time. See <https://github.com/cc65/cc65/issues/1726> for more info. Signed-off-by: Seth Price <sprice623@aol.com>
This commit is contained in:
@@ -14,7 +14,7 @@ LICENSE="ZLIB"
|
||||
SLOT="0"
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
emake PREFIX="${EPREFIX}/usr"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
Reference in New Issue
Block a user