From: Jan Rękorajski Date: Mon, 2 May 2022 21:22:39 +0000 (+0200) Subject: - point configure at the correct zsh completions dir X-Git-Tag: auto/th/dpkg-1.21.7-2~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fdpkg.git;a=commitdiff_plain;h=17034733474604b8fffac0cb61350fe95ee9ccdf;hp=c172ea0054f9add6b34ead1e77aa34f9af7c5624 - point configure at the correct zsh completions dir --- 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