2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

rust: Fix white-space

This commit is contained in:
Dylan Araps 2020-05-03 23:17:23 +03:00
parent 7be43ebb96
commit 4fc6ce2b09
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
for patch in *.patch; do
for patch in *.patch; do
patch -p1 < "$patch"
done
@ -59,7 +59,7 @@ llvm-config = "/usr/bin/llvm-config"
crt-static = false
EOF
export DESTDIR="$1"
export DESTDIR="$1"
python3 ./x.py build -j "$(nproc)"
python3 ./x.py install