read-only
This commit is contained in:
parent
6318ecef2a
commit
f4265f76dd
@ -12,3 +12,6 @@ fi
|
|||||||
|
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
cp build-system/taler-build-scripts/configure ./configure
|
cp build-system/taler-build-scripts/configure ./configure
|
||||||
|
# Try making the configure script read-only to prevent
|
||||||
|
# accidental changes in the wrong place.
|
||||||
|
chmod ogu-w ./configure || true
|
||||||
|
Loading…
Reference in New Issue
Block a user