Browse Source

sdist build: umask should be specified for git clone

(not nice to change umask of host :/)
bip39-recovery
SomberNight 5 years ago
parent
commit
891390f9a1
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      contrib/build-linux/sdist/README.md

1
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 && \

Loading…
Cancel
Save