summaryrefslogtreecommitdiff
path: root/repo/util/pm-utils.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/pm-utils.xibuild')
-rw-r--r--repo/util/pm-utils.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/util/pm-utils.xibuild b/repo/util/pm-utils.xibuild
index a1347eb..1a1ce73 100644
--- a/repo/util/pm-utils.xibuild
+++ b/repo/util/pm-utils.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(xmlto docbook-xml docbook-xsl)
-DEPS=(glibc bash procps)
+MAKEDEPS="xmlto docbook-xml docbook-xsl"
+DEPS="glibc bash procps"
PKG_VER=1.4.1
SOURCE=https://pm-utils.freedesktop.org/releases/pm-utils-$PKG_VER.tar.gz