diff options
-rw-r--r-- | community/khotkeys/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/khotkeys/APKBUILD b/community/khotkeys/APKBUILD index 6bb6e62261..06a798e127 100644 --- a/community/khotkeys/APKBUILD +++ b/community/khotkeys/APKBUILD @@ -12,7 +12,7 @@ source="https://download.kde.org/stable/plasma/$pkgver/khotkeys-$pkgver.tar.xz" subpackages="$pkgname-doc $pkgname-lang $pkgname-dev" options="!check" # No tests -build() { +build() { cmake -B "$builddir"/build \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ |