Browse Source
sdist build: umask should be specified for git clone
(not nice to change umask of host :/)
bip39-recovery
SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
0 deletions
-
contrib/build-linux/sdist/README.md
|
|
@ -30,6 +30,7 @@ folder. |
|
|
|
``` |
|
|
|
$ FRESH_CLONE=contrib/build-linux/sdist/fresh_clone && \ |
|
|
|
sudo rm -rf $FRESH_CLONE && \ |
|
|
|
umask 0022 && \ |
|
|
|
mkdir -p $FRESH_CLONE && \ |
|
|
|
cd $FRESH_CLONE && \ |
|
|
|
git clone https://github.com/spesmilo/electrum.git && \ |
|
|
|