Revert last commit, seems that application is looking for binaries

hardcoded to debian/Ubuntu default locations
This commit is contained in:
Bruno Miguel Fernandes Silva 2020-05-07 23:50:38 +01:00
parent a24e50b7d7
commit 27c75fb808
No known key found for this signature in database
GPG key ID: 830E4E587749CD1B
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = autenticacao-gov-pt-bin
pkgdesc = Portuguese Citizen Card Application - pre compiled binaries version
pkgver = 3.1.0
pkgrel = 4
pkgrel = 5
url = http://www.cartaodecidadao.pt/
arch = x86_64
license = GPL2

View file

@ -3,7 +3,7 @@
pkgname=autenticacao-gov-pt-bin
pkgver=3.1.0
pkgrel=4
pkgrel=5
pkgdesc="Portuguese Citizen Card Application - pre compiled binaries version"
arch=('x86_64')
url="http://www.cartaodecidadao.pt/"
@ -41,7 +41,7 @@ package() {
mkdir -p "${pkgdir}/usr/lib"
# Move files into place
mv "${srcdir}"/usr/local/share "${pkgdir}/usr/local/"
mv "${srcdir}"/usr/local/{share,bin} "${pkgdir}/usr/local/"
mv "${srcdir}"/usr/local/* "${pkgdir}/usr/"
mv "${srcdir}"/usr/share/* "${pkgdir}/usr/share/"