[arch-commits] Commit in rebar/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Wed Jan 22 04:46:00 UTC 2020


    Date: Wednesday, January 22, 2020 @ 04:46:00
  Author: eschwartz
Revision: 553354

upgpkg: rebar 1:2.6.4-2: fix fish completion install dir

vendor_completions.d is the correct location for completions not installed as
part of the fish source code.

Modified:
  rebar/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 04:27:34 UTC (rev 553353)
+++ PKGBUILD	2020-01-22 04:46:00 UTC (rev 553354)
@@ -5,7 +5,7 @@
 pkgname=rebar
 epoch=1
 pkgver=2.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP principles."
 arch=('any')
 url="https://github.com/rebar/rebar"
@@ -25,5 +25,5 @@
   install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
   install -Dm0644 "priv/shell-completion/bash/rebar" "$pkgdir/usr/share/bash-completion/completions/rebar"
   install -Dm0644 "priv/shell-completion/zsh/_rebar" "$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
-  install -Dm0644 "priv/shell-completion/fish/rebar.fish" "$pkgdir/usr/share/fish/completions/rebar.fish"
+  install -Dm0644 "priv/shell-completion/fish/rebar.fish" "$pkgdir/usr/share/fish/vendor_completions.d/rebar.fish"
 }



More information about the arch-commits mailing list