File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ override_dh_install:
1818 # completion files
1919 install -D -m644 "target/surface.bash" "${pkgdir}/usr/share/bash-completion/completions/surface"
2020 install -D -m644 "target/_surface" "${pkgdir}/usr/share/zsh/vendor-completions/_surface"
21- install -D -m644 "target/surface.fish" "${pkgdir}/usr/share/fish/completions /surface.fish"
21+ install -D -m644 "target/surface.fish" "${pkgdir}/usr/share/fish/vendor_completions.d /surface.fish"
2222
2323% :
2424 dh $@
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ rm -rf %{buildroot}
3232install -D -m755 " surface-control/target/release/surface" " %{buildroot}/usr/bin/surface"
3333install -D -m644 " surface-control/target/surface.bash" " %{buildroot}/usr/share/bash-completion/completions/surface"
3434install -D -m644 " surface-control/target/_surface" " %{buildroot}/usr/share/zsh/site-functions/_surface"
35- install -D -m644 " surface-control/target/surface.fish" " %{buildroot}/usr/share/fish/completions /surface.fish"
35+ install -D -m644 " surface-control/target/surface.fish" " %{buildroot}/usr/share/fish/vendor_completions.d /surface.fish"
3636
3737%pre
3838%sysusers_create_package %{name } " surface-control/etc/sysusers/surface-control.conf"
You can’t perform that action at this time.
0 commit comments