diff options
Diffstat (limited to 'community/rust')
-rw-r--r-- | community/rust/APKBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD index 15a5576b8e..c6a2352bb4 100644 --- a/community/rust/APKBUILD +++ b/community/rust/APKBUILD @@ -115,12 +115,8 @@ package() { RUST_BACKTRACE=1 \ RUSTC_CRT_STATIC="false" \ - ./x.py dist -v - - local component; for component in rustc rust-std; do - tar -xf "build/dist/$component-$pkgver-$CTARGET.tar.gz" - ./"$component-$pkgver-$CTARGET"/install.sh --destdir="$pkgdir" --prefix=/usr --disable-ldconfig - done + DESTDIR="$pkgdir" \ + ./x.py install -v cd "$pkgdir" |