Fix caelestia-shell

This commit is contained in:
Paddy Milner 2025-08-27 19:50:56 +01:00
parent 3f3ad63697
commit 6b0d7807ef

View file

@ -63,6 +63,6 @@ src_compile() {
src_install() {
cd ${S}
DESTDIR="$pkgdir" cmake --install build
DESTDIR=${D} cmake --install build
install -Dm644 LICENSE ${D}/usr/share/licenses/${PN}/LICENSE
}