mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
net-misc/kissy: fix compile and install
Closes: https://bugs.gentoo.org/976346 Closes: https://bugs.gentoo.org/976347 Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
@@ -17,6 +17,10 @@ KEYWORDS="~amd64 ~arm64"
|
||||
RDEPEND="net-misc/openssh"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" PREFIX="${D}/usr" install
|
||||
src_compile() {
|
||||
emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake PREFIX="${D}/usr" install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user