diff options
Diffstat (limited to 'user/speex')
-rw-r--r-- | user/speex/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/user/speex/APKBUILD b/user/speex/APKBUILD index c39ae6691..be0584dfa 100644 --- a/user/speex/APKBUILD +++ b/user/speex/APKBUILD @@ -13,7 +13,6 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" source="https://downloads.us.xiph.org/releases/speex/speex-$pkgver.tar.gz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -27,7 +26,6 @@ build() { } package() { - cd "$builddir" make -j1 DESTDIR="$pkgdir" install } |