summaryrefslogtreecommitdiff
path: root/repo/util/acpi.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/acpi.xibuild')
-rw-r--r--repo/util/acpi.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/util/acpi.xibuild b/repo/util/acpi.xibuild
index ebcad37..f8078f7 100644
--- a/repo/util/acpi.xibuild
+++ b/repo/util/acpi.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make)
-DEPS=(glibc acpid)
+MAKEDEPS="make"
+DEPS="glibc acpid"
PKG_VER=1.7
SOURCE=https://downloads.sourceforge.net/acpiclient/acpi-$PKG_VER.tar.gz