From 7594ec1cb40aa97d3dcfe259bbb401e67dc23e85 Mon Sep 17 00:00:00 2001 From: Alexpux Date: Tue, 10 Mar 2015 09:03:54 +0300 Subject: [PATCH] python-mako: Fix typo in "pkgdir" --- mingw-w64-python-mako/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-mako/PKGBUILD b/mingw-w64-python-mako/PKGBUILD index 40d5978679..cf28c212e4 100644 --- a/mingw-w64-python-mako/PKGBUILD +++ b/mingw-w64-python-mako/PKGBUILD @@ -4,7 +4,7 @@ _realname=mako pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages (mingw-w64)" arch=('any') groups=("${MINGW_PACKAGE_PREFIX}") @@ -69,7 +69,7 @@ package_python2-mako() { sed -e "s|mako-render|mako-render2|g" -i ${pkgdir}${MINGW_PREFIX}/bin/mako-render2.exe.manifest } - install -Dm644 LICENSE "${pkgdi}${MINGW_PREFIX}/share/licenses/python2-${_realname}/COPYING" + install -Dm644 LICENSE "${pkgdir}${MINGW_PREFIX}/share/licenses/python2-${_realname}/COPYING" } package_python3-mako() { @@ -87,7 +87,7 @@ package_python3-mako() { sed -e "s|${_mingw_prefix}/bin/|/usr/bin/env |g" -i ${_f} done - install -Dm644 LICENSE "${pkgdi}${MINGW_PREFIX}/share/licenses/python3-${_realname}/COPYING" + install -Dm644 LICENSE "${pkgdir}${MINGW_PREFIX}/share/licenses/python3-${_realname}/COPYING" } package_mingw-w64-i686-python2-mako() {