From c312c96cef13d5958701f7b51944aa2f4853ff37 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich <kevin@archlinuxarm.org> Date: Fri, 4 Jul 2014 17:34:11 +0000 Subject: [PATCH] community/rust: fix paths --- community/rust/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/rust/PKGBUILD b/community/rust/PKGBUILD index bf3251d33..8887a84e5 100644 --- a/community/rust/PKGBUILD +++ b/community/rust/PKGBUILD @@ -23,7 +23,7 @@ install=rust.install options=(staticlibs) build() { - cd rust-nightly + cd rust-$pkgver ./configure --prefix=/usr --disable-docs --disable-rpath --disable-verify-install --enable-local-rust --local-rust-root=/usr @@ -34,12 +34,12 @@ build() { } #check() { - #cd rust-nightly + #cd rust-$pkgver #make check #} package() { - cd rust-nightly + cd rust-$pkgver make DESTDIR="$pkgdir" install mkdir -p "$pkgdir/usr/share/vim" "$pkgdir/usr/share/licenses/$pkgname"