fingerprint-gui: only install shipped .so's on glibc
patch provided by @xtraeme.
This commit is contained in:
parent
1016f19925
commit
6c73ebac9d
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fingerprint-gui'
|
||||
pkgname=fingerprint-gui
|
||||
version=1.09
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${version}-qt5"
|
||||
build_style=qmake
|
||||
hostmakedepends="qt5-host-tools qt5-qmake"
|
||||
|
@ -40,7 +40,7 @@ post_install() {
|
|||
vdoc CHANGELOG
|
||||
vconf upek/upek.cfg
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) vcopy "upek/lib/libbsapi.so.*" usr/lib;;
|
||||
x86_64*) vcopy "upek/lib64/libbsapi.so.*" usr/lib;;
|
||||
i686) vcopy "upek/lib/libbsapi.so.*" usr/lib;;
|
||||
x86_64) vcopy "upek/lib64/libbsapi.so.*" usr/lib;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue