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'
|
# Template file for 'libostree'
|
||||||
pkgname=libostree
|
pkgname=libostree
|
||||||
version=2018.8
|
version=2018.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-builtin-grub2-mkconfig --with-openssl"
|
configure_args="--with-builtin-grub2-mkconfig --with-openssl"
|
||||||
hostmakedepends="bison docbook-xsl glib-devel libxslt pkg-config"
|
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
|
checksum=beef6debb0065bf1dc7538cd036c5f0348ac102ca4ad6d8651feff146130a844
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall bash/ostree 644 usr/share/bash-completions/completions
|
vinstall bash/ostree 644 usr/share/bash-completion/completions
|
||||||
}
|
}
|
||||||
|
|
||||||
libostree-devel_package() {
|
libostree-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue