diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-14 10:12:51 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-14 10:12:51 -0300 |
commit | 30d7c05552575fd8d5711290328300b864b2056c (patch) | |
tree | 14967d160cc7d540ca46768fbbfdab0ca5e62c0d /core/pinentry | |
parent | cb65afbd8bbec2080e001d67d0fc3e484053e5f8 (diff) |
Porting to mips64el
Diffstat (limited to 'core/pinentry')
-rw-r--r-- | core/pinentry/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pinentry/PKGBUILD b/core/pinentry/PKGBUILD index c94625d29..ca098263f 100644 --- a/core/pinentry/PKGBUILD +++ b/core/pinentry/PKGBUILD @@ -4,7 +4,7 @@ pkgname=pinentry pkgver=0.8.1 pkgrel=3 pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.gnupg.org/aegypten2" depends=('ncurses' 'libcap>=2.16') @@ -16,7 +16,7 @@ source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.gz install=pinentry.install build() { - cd $startdir/src/$pkgname-$pkgver + cd $srcdir/$pkgname-$pkgver for file in qt4/*.moc; do /usr/bin/moc ${file/.moc/.h} > ${file} done |