forked from kiss-community/repo
rust: remove more unneeded stuff
This commit is contained in:
parent
ad4bc79bae
commit
85e9114ed1
@ -76,5 +76,9 @@ export DESTDIR="$1"
|
|||||||
python3 ./x.py build -j "$(nproc)"
|
python3 ./x.py build -j "$(nproc)"
|
||||||
python3 ./x.py install
|
python3 ./x.py install
|
||||||
|
|
||||||
rm -rf "$1/usr/lib/rustlib/src/"
|
rm -rf \
|
||||||
rm -f "$1/usr/lib/rustlib/uninstall.sh"
|
"$1/usr/lib/rustlib/src/" \
|
||||||
|
"$1/usr/share/doc" \
|
||||||
|
"$1/usr/share/zsh" \
|
||||||
|
"$1/usr/lib/rustlib/uninstall.sh"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user