summaryrefslogtreecommitdiff
path: root/user/libotr
diff options
context:
space:
mode:
Diffstat (limited to 'user/libotr')
-rw-r--r--user/libotr/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/user/libotr/APKBUILD b/user/libotr/APKBUILD
index 98c18ffff..513c9f47a 100644
--- a/user/libotr/APKBUILD
+++ b/user/libotr/APKBUILD
@@ -21,7 +21,6 @@ prepare() {
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -33,12 +32,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}