diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-11-13 18:46:04 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-11-13 18:46:24 +0100 |
commit | 893a48c3bf9e65a794d505580302844a369e9f78 (patch) | |
tree | 9a1f17a341a82f6c29b8317c7c3bf943bf246872 /main/hunspell-en/APKBUILD | |
parent | 10e7c9024c452492e693c9f8352869eae6b2af35 (diff) | |
download | aports-893a48c3bf9e65a794d505580302844a369e9f78.tar.bz2 aports-893a48c3bf9e65a794d505580302844a369e9f78.tar.xz |
main/hunspell-en: remove custom build() function
This is the default implementation.
Diffstat (limited to 'main/hunspell-en/APKBUILD')
-rw-r--r-- | main/hunspell-en/APKBUILD | 4 |
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() { sed -i "s:SET UTF8:SET UTF-8:g" *.aff } -build() { - : -} - package() { cd "$builddir" |