diff options
Diffstat (limited to 'repo/system/python-markupsafe.xibuild')
-rw-r--r-- | repo/system/python-markupsafe.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/python-markupsafe.xibuild b/repo/system/python-markupsafe.xibuild index 41ddce0..b8327e6 100644 --- a/repo/system/python-markupsafe.xibuild +++ b/repo/system/python-markupsafe.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(python) -DEPS=(python) +MAKEDEPS="python" +DEPS="python" PKG_VER=2.0.1 SOURCE=https://files.pythonhosted.org/packages/source/M/MarkupSafe/MarkupSafe-$PKG_VER.tar.gz |