From f6a5db1f96d1eee06d59153cdb2730c88189a63a Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 3 Feb 2022 01:54:28 +0000 Subject: added missing deps --- repo/system/gmp.xibuild | 2 +- repo/system/psmisc.xibuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/system') diff --git a/repo/system/gmp.xibuild b/repo/system/gmp.xibuild index 99918a6..8b056c1 100644 --- a/repo/system/gmp.xibuild +++ b/repo/system/gmp.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make ) -DEPS=(sh) +DEPS=(bash procps-ng) PKG_VER=6.2.1 SOURCE=https://gmplib.org/download/gmp/gmp-$PKG_VER.tar.xz diff --git a/repo/system/psmisc.xibuild b/repo/system/psmisc.xibuild index ba0f584..c92d149 100644 --- a/repo/system/psmisc.xibuild +++ b/repo/system/psmisc.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(make ) +MAKEDEPS=(make) DEPS=(ncurses) PKG_VER=23.4 -- cgit v1.2.1