aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-system-monitor
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-09-22 15:19:06 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-09-25 07:11:21 +0000
commit5fcb1e8fa2b424c46e94614416aa8f262a0eec25 (patch)
treeb02e49cdc6591bf07a26fe8376a7d02c9f374de7 /community/mate-system-monitor
parent279db2a6c5999db50c2bbe8e759457d1cfaba520 (diff)
downloadaports-5fcb1e8fa2b424c46e94614416aa8f262a0eec25.tar.bz2
aports-5fcb1e8fa2b424c46e94614416aa8f262a0eec25.tar.xz
community/mate-system-monitor: modernize APKBUILD
Diffstat (limited to 'community/mate-system-monitor')
-rw-r--r--community/mate-system-monitor/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mate-system-monitor/APKBUILD b/community/mate-system-monitor/APKBUILD
index e81d2c7bea..2585e24e76 100644
--- a/community/mate-system-monitor/APKBUILD
+++ b/community/mate-system-monitor/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-system-monitor
pkgver=1.18.0
-pkgrel=1
+pkgrel=2
pkgdesc="A system monitor for MATE"
url="https://github.com/mate-desktop/mate-system-monitor"
arch="all"
@@ -32,7 +32,7 @@ check() {
package() {
cd "$builddir"
- make DESTDIR="${pkgdir}" install || return 1
+ make DESTDIR="${pkgdir}" install
}
sha512sums="95e85b87f52db32f3c192c29b866020b78638462dd362376180087f24c041b690d3bb66d8ad1174abc89051450efe1f19171746204c68455ddcc6e965339db82 mate-system-monitor-1.18.0.tar.xz"