summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSparticuz2019-08-07 11:30:11 -0400
committerSparticuz2019-08-07 11:30:11 -0400
commit1cb3ac05f108808cb4e61d434e979230377c4b56 (patch)
tree4471d37bf52fb780a6a2d3c89354333b79f6dd85
parent17eed79d7a66444b234b111501856c186e98f237 (diff)
downloadaur-1cb3ac05f108808cb4e61d434e979230377c4b56.tar.gz
make check should fail if needed
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5c810a305b1..9a17f230455f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: John Williams <jwilliams4200 liamg reverse&remove moc>
pkgname=snapraid
pkgver=11.3
-pkgrel=2
+pkgrel=3
pkgdesc="tool for Snapshot RAID: generate parity files, maintain checksums on data, restore lost data"
arch=('x86_64' 'i686')
url="http://www.snapraid.it/"
@@ -21,7 +21,7 @@ build() {
check() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make check || return 1
+ make check
}
package() {