summaryrefslogtreecommitdiff
path: root/repo/util/make-ca.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-16 15:17:29 +0000
committerdavidovski <david@davidovski.xyz>2022-01-16 15:17:29 +0000
commit2b0a5719c1fba89b42506a18149650117e73e674 (patch)
tree896743588ee9261bb2f1ecee629b4dcf4b4fc0b7 /repo/util/make-ca.xibuild
parent003727289cc45e29eff0c0c48ad0f9660f96644f (diff)
fixed make-ca
removed test for procps-ng
Diffstat (limited to 'repo/util/make-ca.xibuild')
-rw-r--r--repo/util/make-ca.xibuild2
1 files changed, 1 insertions, 1 deletions
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 () {