rust: removed unneeded bugfix.
This commit is contained in:
parent
4e386a8cb7
commit
908a775ea8
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue