forked from kiss-community/repo
rust (testing): fix bugs
This commit is contained in:
parent
46c7ee448c
commit
91b5bc59ea
@ -41,5 +41,10 @@ EOF
|
||||
|
||||
DESTDIR="$1" ./x.py install -v
|
||||
|
||||
python3 ./x.py build
|
||||
python3 ./x.py build -j "$(nproc)"
|
||||
DESTDIR="$1" python3 ./x.py install
|
||||
|
||||
# Remove junk.
|
||||
rm -rf "$1/etc/bash_completion.d"
|
||||
rm -rf "$1/usr/share/zsh"
|
||||
rm -rf "$1/usr/share/doc"
|
||||
|
Loading…
Reference in New Issue
Block a user