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
This commit is contained in:
parent
f56d22b989
commit
00465b581b
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue