opensc: fix location of bash completion files
This commit is contained in:
parent
f7d8bd4d9b
commit
d11727a1b4
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'opensc'
|
# Template file for 'opensc'
|
||||||
pkgname=opensc
|
pkgname=opensc
|
||||||
version=0.19.0
|
version=0.19.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="OpenSC-${version}"
|
wrksrc="OpenSC-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-man --enable-sm --enable-static=no --enable-doc
|
configure_args="--enable-man --enable-sm --enable-static=no --enable-doc
|
||||||
|
@ -20,6 +20,11 @@ pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vmkdir usr/share/bash-completion/completions
|
||||||
|
mv ${DESTDIR}/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
|
||||||
|
}
|
||||||
|
|
||||||
opensc-pkcs11_package() {
|
opensc-pkcs11_package() {
|
||||||
short_desc+=" - pkcs11 library"
|
short_desc+=" - pkcs11 library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue