diff options
Diffstat (limited to 'community/kimageformats/APKBUILD')
-rw-r--r-- | community/kimageformats/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kimageformats/APKBUILD b/community/kimageformats/APKBUILD index ddb7d44535..3451d2af33 100644 --- a/community/kimageformats/APKBUILD +++ b/community/kimageformats/APKBUILD @@ -13,7 +13,7 @@ source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kimageformats-$p prepare() { default_prepare - + mkdir "$builddir"/build } |