From b22d5dec4398a75300f5ee2d336ea0650890f8eb Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 21 Apr 2020 23:17:08 +0200 Subject: [PATCH] mercurial: fix completions fixes #19584 --- srcpkgs/mercurial/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template index 05f28aaa28e..fae51e66cd1 100644 --- a/srcpkgs/mercurial/template +++ b/srcpkgs/mercurial/template @@ -1,7 +1,7 @@ # Template file for 'mercurial' pkgname=mercurial version=5.3.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3 python3-setuptools python3-devel" makedepends="python3-devel" @@ -18,7 +18,7 @@ post_install() { vman $i done vinstall contrib/bash_completion 644 \ - usr/share/bash-completion/completions/hg + usr/share/bash-completion/completions hg vinstall contrib/zsh_completion 644 \ - usr/share/zsh/site-functions/_hg + usr/share/zsh/site-functions _hg }