aboutsummaryrefslogtreecommitdiffstats
path: root/community/npapi-sdk/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/npapi-sdk/APKBUILD')
-rw-r--r--community/npapi-sdk/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/community/npapi-sdk/APKBUILD b/community/npapi-sdk/APKBUILD
index 03bd9ad6501..ec07730849d 100644
--- a/community/npapi-sdk/APKBUILD
+++ b/community/npapi-sdk/APKBUILD
@@ -7,10 +7,8 @@ url="https://github.com/mgorny/npapi-sdk"
arch="all"
license="MPL"
source="https://github.com/mgorny/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -23,7 +21,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}