diff options
Diffstat (limited to 'repo/util/procps-ng.xibuild')
-rw-r--r-- | repo/util/procps-ng.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/util/procps-ng.xibuild b/repo/util/procps-ng.xibuild index e0b31d8..687470d 100644 --- a/repo/util/procps-ng.xibuild +++ b/repo/util/procps-ng.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc ncurses) +MAKEDEPS="make " +DEPS="glibc ncurses" PKG_VER=3.3.17 SOURCE=https://sourceforge.net/projects/procps-ng/files/Production/procps-ng-$PKG_VER.tar.xz |