diff options
Diffstat (limited to 'user/pidgin-otr')
-rw-r--r-- | user/pidgin-otr/APKBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/user/pidgin-otr/APKBUILD b/user/pidgin-otr/APKBUILD index a1369188d..ee3d24c82 100644 --- a/user/pidgin-otr/APKBUILD +++ b/user/pidgin-otr/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=pidgin-otr pkgver=4.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="Enables encrypted, secure messaging in Pidgin IM" url="https://otr.cypherpunks.ca/" arch="all" @@ -13,7 +13,6 @@ subpackages="" source="https://otr.cypherpunks.ca/pidgin-otr-$pkgver.tar.gz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,12 +24,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |