]> git.pld-linux.org Git - packages/dpkg.git/commitdiff
- point configure at the correct zsh completions dir
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 2 May 2022 21:22:39 +0000 (23:22 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 2 May 2022 21:22:39 +0000 (23:22 +0200)
dpkg.spec

index e77c47c3a40497330814faeffd97489c85243ca4..387b22cbf625af3cce15e48f80db8d474c928b98 100644 (file)
--- 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
This page took 0.137869 seconds and 4 git commands to generate.