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

Jan Steffens heftig at archlinux.org
Thu Jul 28 20:17:53 UTC 2016


    Date: Thursday, July 28, 2016 @ 20:17:52
  Author: heftig
Revision: 184584

0.2.3-2

Modified:
  morituri/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-28 20:11:22 UTC (rev 184583)
+++ PKGBUILD	2016-07-28 20:17:52 UTC (rev 184584)
@@ -5,7 +5,7 @@
 
 pkgname=morituri
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="a CD ripper aiming for accuracy over speed, modelled after Exact Audio Copy"
 arch=('any')
 url="https://github.com/thomasvs/morituri"
@@ -57,7 +57,8 @@
 
 package() {
     cd "$srcdir/$pkgname"
-    make DESTDIR="$pkgdir" install
+    make DESTDIR="$pkgdir" install \
+        completiondir=/usr/share/bash-completion/completions
     install -Dm 0644 "README" "$pkgdir/usr/share/doc/morituri/README"
 }
 



More information about the arch-commits mailing list