aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-11-13 18:46:04 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2019-11-13 18:46:24 +0100
commit893a48c3bf9e65a794d505580302844a369e9f78 (patch)
tree9a1f17a341a82f6c29b8317c7c3bf943bf246872
parent10e7c9024c452492e693c9f8352869eae6b2af35 (diff)
downloadalpine_aports-893a48c3bf9e65a794d505580302844a369e9f78.tar.bz2
alpine_aports-893a48c3bf9e65a794d505580302844a369e9f78.tar.xz
alpine_aports-893a48c3bf9e65a794d505580302844a369e9f78.zip
main/hunspell-en: remove custom build() function
This is the default implementation.
-rw-r--r--main/hunspell-en/APKBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/hunspell-en/APKBUILD b/main/hunspell-en/APKBUILD
index 51e17bd57b..0bdbc458d5 100644
--- a/main/hunspell-en/APKBUILD
+++ b/main/hunspell-en/APKBUILD
@@ -29,10 +29,6 @@ prepare() {
29 sed -i "s:SET UTF8:SET UTF-8:g" *.aff 29 sed -i "s:SET UTF8:SET UTF-8:g" *.aff
30} 30}
31 31
32build() {
33 :
34}
35
36package() { 32package() {
37 cd "$builddir" 33 cd "$builddir"
38 34