summaryrefslogtreecommitdiff
path: root/repo/util/less.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/less.xibuild')
-rw-r--r--repo/util/less.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/util/less.xibuild b/repo/util/less.xibuild
index 379cafd..f9ef46e 100644
--- a/repo/util/less.xibuild
+++ b/repo/util/less.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(glibc ncurses pcre)
+MAKEDEPS="make "
+DEPS="glibc ncurses pcre"
PKG_VER=590
SOURCE=https://www.greenwoodsoftware.com/less/less-$PKG_VER.tar.gz