read-only

This commit is contained in:
Florian Dold 2020-08-07 11:43:57 +05:30
parent 6318ecef2a
commit f4265f76dd
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -12,3 +12,6 @@ fi
git submodule update --init
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