summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-01 19:49:52 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-01 19:52:42 (EDT)
commit47f4f3fadd69628deab03485ab70aced129187bd (patch)
tree74a7f15c686c1ad5c0ebffb2d94bb326a9d62b78
parent5874be242c364f0e9402963c2fec8860d57fdd7a (diff)
build: More thoroughly fix upstream source permissions
-rwxr-xr-xbuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/build b/build
index 5260192..078c5f7 100755
--- a/build
+++ b/build
@@ -3,10 +3,10 @@
include ../source.mk
nop:
- @:
+ find src -type d -exec chmod a+rx '{}' ';'
+ find src -type f -exec chmod a+r '{}' ';'
-build:
- chmod a+rx src
+build: nop
oh-autoconfigure -- \
--disable-bundled-libtom
cp ../localoptions.h src/localoptions.h