Revert last commit, seems that application is looking for binaries
hardcoded to debian/Ubuntu default locations
This commit is contained in:
parent
a24e50b7d7
commit
27c75fb808
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = autenticacao-gov-pt-bin
|
pkgbase = autenticacao-gov-pt-bin
|
||||||
pkgdesc = Portuguese Citizen Card Application - pre compiled binaries version
|
pkgdesc = Portuguese Citizen Card Application - pre compiled binaries version
|
||||||
pkgver = 3.1.0
|
pkgver = 3.1.0
|
||||||
pkgrel = 4
|
pkgrel = 5
|
||||||
url = http://www.cartaodecidadao.pt/
|
url = http://www.cartaodecidadao.pt/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgname=autenticacao-gov-pt-bin
|
pkgname=autenticacao-gov-pt-bin
|
||||||
pkgver=3.1.0
|
pkgver=3.1.0
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="Portuguese Citizen Card Application - pre compiled binaries version"
|
pkgdesc="Portuguese Citizen Card Application - pre compiled binaries version"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.cartaodecidadao.pt/"
|
url="http://www.cartaodecidadao.pt/"
|
||||||
|
@ -41,7 +41,7 @@ package() {
|
||||||
mkdir -p "${pkgdir}/usr/lib"
|
mkdir -p "${pkgdir}/usr/lib"
|
||||||
|
|
||||||
# Move files into place
|
# 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/local/* "${pkgdir}/usr/"
|
||||||
mv "${srcdir}"/usr/share/* "${pkgdir}/usr/share/"
|
mv "${srcdir}"/usr/share/* "${pkgdir}/usr/share/"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue