summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2016-02-15 17:03:07 -0500
committerMario Finelli2016-02-15 17:03:07 -0500
commit91c001d4a830572affbcaf573e5726804f0310d7 (patch)
tree96b2ee918b875ab771af9249b77ed5c7a6a569ca /PKGBUILD
parent42ad5d1ace6e849fe58946bcd24023c44f6c7399 (diff)
downloadaur-91c001d4a830572affbcaf573e5726804f0310d7.tar.gz
Move bash completion to proper directory
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96e6f3b2f4eb..10001f0911c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=backblaze-b2-git
pkgver=r167.245ce9d
-pkgrel=1
+pkgrel=2
pkgdesc="Backblaze B2 Command Line Client."
arch=('any')
url="https://www.backblaze.com/b2/cloud-storage.html"
@@ -28,6 +28,6 @@ prepare() {
package() {
cd "$srcdir/B2_Command_Line_Tool"
install -Dm0755 b2 "$pkgdir/usr/bin/b2"
- install -Dm0644 contrib/b2 "$pkgdir/usr/share/bash-completion/completions/b2"
+ install -Dm0644 contrib/b2 "$pkgdir/etc/bash_completion.d/b2"
install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/backblaze-b2/LICENSE"
}