diff options
-rw-r--r-- | user/libdvbpsi/APKBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/user/libdvbpsi/APKBUILD b/user/libdvbpsi/APKBUILD index 549aa1ab8..a61855055 100644 --- a/user/libdvbpsi/APKBUILD +++ b/user/libdvbpsi/APKBUILD @@ -14,7 +14,6 @@ source="https://download.videolan.org/pub/libdvbpsi/$pkgver/$pkgname-$pkgver.tar " build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -24,12 +23,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |