summaryrefslogtreecommitdiff
path: root/user/pidgin-otr/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/pidgin-otr/APKBUILD')
-rw-r--r--user/pidgin-otr/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/user/pidgin-otr/APKBUILD b/user/pidgin-otr/APKBUILD
index a1369188d..6d713b2ee 100644
--- a/user/pidgin-otr/APKBUILD
+++ b/user/pidgin-otr/APKBUILD
@@ -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
}