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

Eric Bélanger eric at archlinux.org
Sun May 13 01:55:58 UTC 2012


    Date: Saturday, May 12, 2012 @ 21:55:58
  Author: eric
Revision: 158910

Update bash_completion files locations

Modified:
  grub2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-13 01:01:55 UTC (rev 158909)
+++ PKGBUILD	2012-05-13 01:55:58 UTC (rev 158910)
@@ -203,7 +203,7 @@
 	options=('strip' 'purge' 'docs' 'zipman' '!emptydirs')
 
 	cd "${srcdir}/grub_bios-${_pkgver}"
-	make DESTDIR="${pkgdir}/" install
+	make bashcompletiondir=/usr/share/bash-completion/completions DESTDIR="${pkgdir}/" install
 
 	## install extra /etc/grub.d/ files
 	install -D -m0755 "${srcdir}/20_memtest86+" "${pkgdir}/etc/grub.d/20_memtest86+"




More information about the arch-commits mailing list