summaryrefslogtreecommitdiff
path: root/repo/system/python-mako.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/python-mako.xibuild')
-rw-r--r--repo/system/python-mako.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/python-mako.xibuild b/repo/system/python-mako.xibuild
index b83def2..be10b64 100644
--- a/repo/system/python-mako.xibuild
+++ b/repo/system/python-mako.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(python )
-DEPS=(python-markupsafe python-beaker python-setuptools)
+MAKEDEPS="python "
+DEPS="python-markupsafe python-beaker python-setuptools"
PKG_VER=1.1.6
SOURCE=https://files.pythonhosted.org/packages/source/M/Mako/Mako-$PKG_VER.tar.gz