aboutsummaryrefslogtreecommitdiffstats
path: root/community/kwallet
diff options
context:
space:
mode:
Diffstat (limited to 'community/kwallet')
-rw-r--r--community/kwallet/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kwallet/APKBUILD b/community/kwallet/APKBUILD
index db01d8145b..221a8dff11 100644
--- a/community/kwallet/APKBUILD
+++ b/community/kwallet/APKBUILD
@@ -14,7 +14,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
prepare() {
default_prepare
-
+
mkdir "$builddir"/build
}
@@ -30,7 +30,7 @@ build() {
check() {
cd "$builddir"/build
-
+
local excluded_checks=
case "$CARCH" in
s390x) excluded_checks="(blowfishtest)";;