rust: removed unneeded bugfix.

This commit is contained in:
Jan S 2014-04-04 00:45:33 +02:00
parent 4e386a8cb7
commit 908a775ea8
1 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,9 @@
# Template file for 'rust'
pkgname=rust
version=0.10
revision=1
revision=2
build_style=configure
only_for_archs="x86_64 i686"
configure_args="--prefix=/usr --disable-docs"
hostmakedepends="which pkg-config perl curl python chrpath"
short_desc="A safe, concurrent, practical language"
@ -34,7 +35,4 @@ post_install() {
vinstall src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang \
644 usr/share/gtksourceview-3.0/language-specs
# https://github.com/mozilla/rust/issues/5219
cd ${DESTDIR}/usr
chrpath -d bin/* lib/*.so lib/rustc/*/lib/*.so
}