summaryrefslogtreecommitdiff
path: root/repo/util/fzf.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/fzf.xibuild')
-rw-r--r--repo/util/fzf.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/util/fzf.xibuild b/repo/util/fzf.xibuild
index f068792..a149337 100644
--- a/repo/util/fzf.xibuild
+++ b/repo/util/fzf.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(git go)
-DEPS=(bash)
+MAKEDEPS="git go"
+DEPS="bash"
PKG_VER=0.29.0
SOURCE=https://github.com/junegunn/fzf.git