sdist build: umask should be specified for git clone
(not nice to change umask of host :/)
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user