Fix caelestia shell

This commit is contained in:
Paddy Milner 2025-08-26 15:49:23 +01:00
parent a254dd337f
commit a6ed324097

View file

@ -56,7 +56,7 @@ src_compile() {
cd ${S}/plugin
cmake_build -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DINSTALL_QMLDIR=/usr/lib/qt6/qml
cmake_build -DCMAKE_BUILD_TYPE=Release -DINSTALL_QMLDIR=/usr/lib/qt6/qml
cmake_build --build build
}