mercurial: fix cross build.
This commit is contained in:
parent
4c7fc696ae
commit
f4cec27d66
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ homepage="http://mercurial.selenic.com"
|
|||
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
|
||||
checksum=b6413aa339fd91a86288df7cf4f9db9bf3443b1ff55e8118530fdb9e8c788e64
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="python-devel"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/man/man1
|
||||
vmkdir usr/share/man/man5
|
||||
|
|
Loading…
Reference in a new issue