mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 08:11:01 +02:00
hcxkeys: fix https://github.com/pentoo/pentoo-overlay/issues/1477
This commit is contained in:
parent
22dd61b37b
commit
00228d412a
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ DEPEND="dev-libs/openssl:*
|
|||
virtual/opencl"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_compile(){
|
||||
emake DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" build
|
||||
}
|
||||
|
||||
src_install(){
|
||||
emake DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" install
|
||||
}
|
||||
Loading…
Reference in a new issue