summaryrefslogtreecommitdiff
path: root/user/atkmm/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/atkmm/APKBUILD')
-rw-r--r--user/atkmm/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/user/atkmm/APKBUILD b/user/atkmm/APKBUILD
index 4e8820bd9..448b2c8bb 100644
--- a/user/atkmm/APKBUILD
+++ b/user/atkmm/APKBUILD
@@ -13,7 +13,6 @@ subpackages="$pkgname-dev $pkgname-doc"
source="https://download.gnome.org/sources/atkmm/${pkgver%.*}/atkmm-$pkgver.tar.xz"
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
}