aboutsummaryrefslogtreecommitdiffstats
path: root/community/snowball/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/snowball/APKBUILD')
-rw-r--r--community/snowball/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/snowball/APKBUILD b/community/snowball/APKBUILD
index 29313d9baa..1bb05ce770 100644
--- a/community/snowball/APKBUILD
+++ b/community/snowball/APKBUILD
@@ -25,7 +25,7 @@ build() {
package() {
cd "$_builddir"
- install -d ${pkgdir}/usr/bin || return 1
+ install -d ${pkgdir}/usr/bin || return 1
install stemwords ${pkgdir}/usr/bin || return 1
install -d ${pkgdir}/usr/include || return 1
install include/libstemmer.h ${pkgdir}/usr/include || return 1