diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template index 42d8ea577b4..90b7bd8a349 100644 --- a/srcpkgs/mercurial/template +++ b/srcpkgs/mercurial/template @@ -1,11 +1,11 @@ # Template file for 'mercurial' pkgname=mercurial -version=1.7.3 +version=1.7.5 distfiles="http://mercurial.selenic.com/release/$pkgname-$version.tar.gz" build_style=python-module short_desc="Fast, lightweight source control management system" maintainer="Juan RP " -checksum=18a58082d8580c88c76453a4c9bec277ba097ba9d1331cab454bbf46fc1745ee +checksum=dfadcf883d30a923c7164ed0f3b8ee72e63030627668707f954dd12d8a4d0491 long_desc=" Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. @@ -52,7 +52,7 @@ Add_dependency build gettext post_install() { - cd ${wrksrc} || return 1 + cd ${wrksrc} install -d ${DESTDIR}/usr/share/man/man1 install -d ${DESTDIR}/usr/share/man/man5 install -m 644 doc/*.1 ${DESTDIR}/usr/share/man/man1