Date: Thursday, January 4, 2018 @ 01:45:58 Author: foxboron Revision: 278375
upgpkg: gopass 1.6.7-2 gopass added a prefix that by defualt points at GOPATH Modified: gopass/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-04 01:12:04 UTC (rev 278374) +++ PKGBUILD 2018-01-04 01:45:58 UTC (rev 278375) @@ -1,7 +1,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=gopass pkgver=1.6.7 -pkgrel=1 +pkgrel=2 pkgdesc="The slightly more awesome standard unix password manager for teams." arch=('x86_64') url="https://github.com/justwatchcom/gopass" @@ -31,7 +31,7 @@ package() { cd "${pkgname}-${pkgver}" - make install DESTDIR="${pkgdir}" + make DESTDIR="${pkgdir}" PREFIX="/usr" install install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -Dm644 zsh.completion "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}" install -Dm644 bash.completion "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
