From 2b0a5719c1fba89b42506a18149650117e73e674 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 15:17:29 +0000 Subject: fixed make-ca removed test for procps-ng --- repo/util/make-ca.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/util/make-ca.xibuild') diff --git a/repo/util/make-ca.xibuild b/repo/util/make-ca.xibuild index 22d495f..aab2f87 100644 --- a/repo/util/make-ca.xibuild +++ b/repo/util/make-ca.xibuild @@ -7,7 +7,7 @@ SOURCE=https://github.com/djlucas/make-ca/releases/download/v$PKG_VER/make-ca-$P DESC="A utility to deliver and manage a complete PKI configuration" build () { - make DESTDIR=$PKG_DEST install && + make DESTDIR=$PKG_DEST install } package () { -- cgit v1.2.1