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

Anatol Pomozov anatolik at archlinux.org
Mon Jan 4 20:04:50 UTC 2016


    Date: Monday, January 4, 2016 @ 21:04:50
  Author: anatolik
Revision: 155480

Use /usr/share/bash-completion/completions/ for bash completions

Modified:
  unp/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-04 20:02:43 UTC (rev 155479)
+++ PKGBUILD	2016-01-04 20:04:50 UTC (rev 155480)
@@ -38,7 +38,7 @@
   install -Dm755 unp "$pkgdir"/usr/bin/unp
   install -Dm755 ucat "$pkgdir"/usr/bin/ucat
   install -Dm644 debian/unp.1 "$pkgdir"/usr/share/man/man1/unp.1
-  install -Dm755 bash_completion.d/unp "$pkgdir"/etc/bash_completion.d/unp.sh
+  install -Dm755 bash_completion.d/unp "$pkgdir"/usr/share/bash-completion/completions/unp
 
   cd po
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list