Skip to content

Commit

Permalink
remove html docs
Browse files Browse the repository at this point in the history
noone googles in file://
  • Loading branch information
wwwutz committed Feb 5, 2018
1 parent 0d9a7d3 commit 4011550
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 4011550

Please sign in to comment.