diff options
author | prspkt <prspkt@protonmail.com> | 2019-02-26 21:43:34 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-02-26 23:33:41 +0200 |
commit | 1eebb02be17efc3dd621063887e6289d7f0cf340 (patch) | |
tree | 299da854fbf611f7578d2813cf070cd91624db39 /community/libzmf | |
parent | 95aa0295ea0f0d0693186a27ec5f07f10cc1e6a1 (diff) | |
download | aports-1eebb02be17efc3dd621063887e6289d7f0cf340.tar.bz2 aports-1eebb02be17efc3dd621063887e6289d7f0cf340.tar.xz |
community/libzmf: modernize
Diffstat (limited to 'community/libzmf')
-rw-r--r-- | community/libzmf/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/community/libzmf/APKBUILD b/community/libzmf/APKBUILD index 177509fb56..eea87060a8 100644 --- a/community/libzmf/APKBUILD +++ b/community/libzmf/APKBUILD @@ -24,16 +24,13 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --disable-werror \ - || return 1 - make || return 1 + --disable-werror + make } package() { cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 + make DESTDIR="$pkgdir" install } -md5sums="5a002c50af653b67b3c2aedd979a2972 libzmf-0.0.1.tar.xz" -sha256sums="eaf533ea29f9b66e75c0dcb631f1616b4f3cec9474e4fa0d2835769056a0e57a libzmf-0.0.1.tar.xz" sha512sums="cf601974a762ddee45430c136f40231e7659884544881ab37563a97e169201bfd335bad1ddc220e882612e2480070c4a36ba3826242a48e12105e20bb6f717e2 libzmf-0.0.1.tar.xz" |