From 17034733474604b8fffac0cb61350fe95ee9ccdf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 2 May 2022 23:22:39 +0200 Subject: [PATCH] - point configure at the correct zsh completions dir --- dpkg.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dpkg.spec b/dpkg.spec index e77c47c..387b22c 100644 --- a/dpkg.spec +++ b/dpkg.spec @@ -97,6 +97,7 @@ Dopełnianianie parametrów w ZSH dla polecenia dpkg. --disable-devel-docs \ --disable-dselect \ %{!?with_alternatives:--disable-update-alternatives} \ + --with-zshcompletionsdir=%{zsh_compdir} \ --disable-silent-rules \ --disable-start-stop-daemon \ --with-admindir=/var/lib/%{name} @@ -234,4 +235,4 @@ rm -rf $RPM_BUILD_ROOT %files -n zsh-completion-dpkg %defattr(644,root,root,755) -%{_datadir}/zsh/vendor-completions/_dpkg-parsechangelog +%{zsh_compdir}/_dpkg-parsechangelog -- 2.44.0