This commit is contained in:
Kosa Matyas 2026-01-16 12:44:18 +02:00
parent 7f34b6fb36
commit b7c42eb094
No known key found for this signature in database
GPG key ID: F2CB939C8AA67892

View file

@ -33,5 +33,5 @@ build() {
package() {
cd "$srcdir/${pkgname%-git}"
install -Dm755 "target/release/hyprKCS" "$pkgdir/usr/bin/hyprKCS"
install -Dm755 "target/release/hyprKCS" "$pkgdir/usr/bin/hyprkcs"
}