diff options
Diffstat (limited to 'repo/util/groff.xibuild')
-rw-r--r-- | repo/util/groff.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/util/groff.xibuild b/repo/util/groff.xibuild index 4ecf3c2..27ae4a2 100644 --- a/repo/util/groff.xibuild +++ b/repo/util/groff.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(perl) +MAKEDEPS="make " +DEPS="perl" PKG_VER=1.22.4 SOURCE=https://ftp.gnu.org/gnu/groff/groff-$PKG_VER.tar.gz |