summaryrefslogtreecommitdiff
path: root/repo/devel/xmlto.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/devel/xmlto.xibuild')
-rw-r--r--repo/devel/xmlto.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/devel/xmlto.xibuild b/repo/devel/xmlto.xibuild
index 05c5a6e..0efc381 100644
--- a/repo/devel/xmlto.xibuild
+++ b/repo/devel/xmlto.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(libxslt)
+MAKEDEPS="make "
+DEPS="libxslt"
PKG_VER=0.0.28
SOURCE=https://releases.pagure.org/xmlto/xmlto-$PKG_VER.tar.bz2