[arch-commits] Commit in libbloom/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Nov 4 01:57:59 UTC 2018


    Date: Sunday, November 4, 2018 @ 01:57:58
  Author: felixonmars
Revision: 401384

Fix FS#60558

Modified:
  libbloom/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-04 01:57:10 UTC (rev 401383)
+++ PKGBUILD	2018-11-04 01:57:58 UTC (rev 401384)
@@ -13,12 +13,12 @@
 
 build() {
   cd libbloom-$pkgver
-  MM=" " make
+  make MM=" "
 }
 
 check() {
   cd libbloom-$pkgver
-  MM=" " make test
+  make MM=" " test
 }
 
 package() {



More information about the arch-commits mailing list