mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -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"
|
doins -r "dist/linux-${ARCH}/lib/ollama"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if use rocm; then
|
||||||
|
fperms +x /usr/lib/ollama/runners/rocm/ollama_llama_server
|
||||||
|
fi
|
||||||
|
|
||||||
doinitd "${FILESDIR}"/ollama.init
|
doinitd "${FILESDIR}"/ollama.init
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user