Date: Friday, October 27, 2017 @ 08:50:24
  Author: bisson
Revision: 308539

fix segfault, suggestion from 
https://bbs.archlinux32.org/viewtopic.php?pid=486#p486

Modified:
  s-nail/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-10-27 08:12:55 UTC (rev 308538)
+++ PKGBUILD    2017-10-27 08:50:24 UTC (rev 308539)
@@ -41,9 +41,7 @@
 
 check() {
        cd "${srcdir}/${pkgname}-${pkgver}"
-       if [[ ! -e /.arch-chroot ]]; then
-               make test
-       fi
+       make test < /dev/null
 }
 
 package() {

Reply via email to