diff options
Diffstat (limited to 'repo/util')
-rw-r--r-- | repo/util/make-ca.xibuild | 2 | ||||
-rw-r--r-- | repo/util/procps-ng.xibuild | 6 |
2 files changed, 4 insertions, 4 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 () { diff --git a/repo/util/procps-ng.xibuild b/repo/util/procps-ng.xibuild index 2c8731c..ae401a3 100644 --- a/repo/util/procps-ng.xibuild +++ b/repo/util/procps-ng.xibuild @@ -14,9 +14,9 @@ build () { make } -check () { - make check -} +#check () { + #make check +#} package () { make DESTDIR=$PKG_DEST install |