summaryrefslogtreecommitdiff
path: root/repo/system/kmod.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/kmod.xibuild')
-rw-r--r--repo/system/kmod.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/kmod.xibuild b/repo/system/kmod.xibuild
index e6f27a3..29accd5 100644
--- a/repo/system/kmod.xibuild
+++ b/repo/system/kmod.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(glibc zlib openssl xz zstd)
+MAKEDEPS="make "
+DEPS="glibc zlib openssl xz zstd"
PKG_VER=29
SOURCE=https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-$PKG_VER.tar.xz