update caelestia shell

This commit is contained in:
Paddy Milner 2025-08-29 16:12:51 +01:00
parent 6b0d7807ef
commit 1e18f7c106

View file

@ -56,7 +56,7 @@ BDEPEND="dev-vcs/git
src_compile() { src_compile() {
cd ${S} cd ${S}
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/
cmake --build build cmake --build build
} }