From 00465b581b0442bc841c4042db050faecf895eea Mon Sep 17 00:00:00 2001 From: Julian Paul Dasmarinas Date: Sun, 23 Sep 2018 19:41:34 +0800 Subject: [PATCH] libostree: Modified install directory for bash completion script Changed the location of bash completion from /usr/share/bash-completions/completions to /usr/share/bash-completion/completions --- srcpkgs/libostree/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libostree/template b/srcpkgs/libostree/template index 2f15171063d..5b83a33d76c 100644 --- a/srcpkgs/libostree/template +++ b/srcpkgs/libostree/template @@ -1,7 +1,7 @@ # Template file for 'libostree' pkgname=libostree version=2018.8 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-builtin-grub2-mkconfig --with-openssl" hostmakedepends="bison docbook-xsl glib-devel libxslt pkg-config" @@ -17,7 +17,7 @@ distfiles="https://github.com/ostreedev/ostree/releases/download/v${version}/lib checksum=beef6debb0065bf1dc7538cd036c5f0348ac102ca4ad6d8651feff146130a844 post_install() { - vinstall bash/ostree 644 usr/share/bash-completions/completions + vinstall bash/ostree 644 usr/share/bash-completion/completions } libostree-devel_package() {