python-mako: Fix typo in "pkgdir"

This commit is contained in:
Alexpux
2015-03-10 09:03:54 +03:00
parent 1981c1e06b
commit 7594ec1cb4

View File

@@ -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() {