rust: removed unneeded bugfix.
This commit is contained in:
parent
4e386a8cb7
commit
908a775ea8
1 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'rust'
|
# Template file for 'rust'
|
||||||
pkgname=rust
|
pkgname=rust
|
||||||
version=0.10
|
version=0.10
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
only_for_archs="x86_64 i686"
|
||||||
configure_args="--prefix=/usr --disable-docs"
|
configure_args="--prefix=/usr --disable-docs"
|
||||||
hostmakedepends="which pkg-config perl curl python chrpath"
|
hostmakedepends="which pkg-config perl curl python chrpath"
|
||||||
short_desc="A safe, concurrent, practical language"
|
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 \
|
vinstall src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang \
|
||||||
644 usr/share/gtksourceview-3.0/language-specs
|
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…
Add table
Add a link
Reference in a new issue