mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/rust: fix paths
This commit is contained in:
parent
e589060a7a
commit
c312c96cef
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue