diff options
Diffstat (limited to 'community/ktexteditor/APKBUILD')
-rw-r--r-- | community/ktexteditor/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ktexteditor/APKBUILD b/community/ktexteditor/APKBUILD index fa804a4e29..03dbada3d4 100644 --- a/community/ktexteditor/APKBUILD +++ b/community/ktexteditor/APKBUILD @@ -15,7 +15,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" prepare() { default_prepare - + mkdir "$builddir"/build } |