mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
app-misc/ollama: mark executables as exacutable
The build system has exectuables in /usr/lib/ollama/runners/rocm/ ... Bug: https://bugs.gentoo.org/946268#c17 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -160,6 +160,10 @@ src_install() {
|
||||
doins -r "dist/linux-${ARCH}/lib/ollama"
|
||||
fi
|
||||
|
||||
if use rocm; then
|
||||
fperms +x /usr/lib/ollama/runners/rocm/ollama_llama_server
|
||||
fi
|
||||
|
||||
doinitd "${FILESDIR}"/ollama.init
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user