Skip to content

Commit

Permalink
Merge pull request #601 from mariux64/fixc-rustc
Browse files Browse the repository at this point in the history
rustc: remove html docs
  • Loading branch information
david authored Feb 6, 2018
2 parents 4af6afd + 4011550 commit 4368f3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rustc.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION rustc-1.21.0-2
# BEE_VERSION rustc-1.21.0-3

SRCURL[0]="https://static.rust-lang.org/dist/rustc-${PKGVERSION}-src.tar.gz"

Expand Down Expand Up @@ -45,5 +45,6 @@ mee_install() {
for i in *.so; do
ln -vfs ${LIBDIR}/${i} rustlib/x86_64-unknown-linux-gnu/lib/${i}
done
start_cmd rm -rf ${D}/usr/share/doc/rust
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 4368f3e

Please sign in to comment.