diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-04 20:28:02 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-05 20:12:56 +0000 |
commit | e8b8cc7a82a7210586c86d0c478a7497500cfff2 (patch) | |
tree | 3d131a8972b3e0660bcbd4503a4f44b43f56dce2 /user/hyphen/APKBUILD | |
parent | ed69186f6d514ba16ca5cf1cb9543279a63f4eb8 (diff) | |
download | packages-e8b8cc7a82a7210586c86d0c478a7497500cfff2.tar.gz packages-e8b8cc7a82a7210586c86d0c478a7497500cfff2.tar.bz2 packages-e8b8cc7a82a7210586c86d0c478a7497500cfff2.tar.xz packages-e8b8cc7a82a7210586c86d0c478a7497500cfff2.zip |
user/*: Modernise / fix syntax
Diffstat (limited to 'user/hyphen/APKBUILD')
-rw-r--r-- | user/hyphen/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/user/hyphen/APKBUILD b/user/hyphen/APKBUILD index a4d891e72..ba0947e7c 100644 --- a/user/hyphen/APKBUILD +++ b/user/hyphen/APKBUILD @@ -12,10 +12,10 @@ depends="" depends_dev="perl" makedepends="$depends_dev" source="https://downloads.sourceforge.net/hunspell/$pkgname-$pkgver.tar.gz - mawk.patch" + mawk.patch + " build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -27,12 +27,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make -j1 DESTDIR="$pkgdir" install # The en_US dictionary that comes with has an unacceptable license # and it isn't really needed anyway since libreoffice has its own |