summaryrefslogtreecommitdiff
path: root/repo/system/kbd.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/kbd.xibuild')
-rw-r--r--repo/system/kbd.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/kbd.xibuild b/repo/system/kbd.xibuild
index efb7720..5da9830 100644
--- a/repo/system/kbd.xibuild
+++ b/repo/system/kbd.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(glibc pam)
+MAKEDEPS="make "
+DEPS="glibc pam"
PKG_VER=2.4.0
SOURCE=https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-$PKG_VER.tar.xz