diff options
author | Patrick 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) |
commit | 47f4f3fadd69628deab03485ab70aced129187bd (patch) | |
tree | 74a7f15c686c1ad5c0ebffb2d94bb326a9d62b78 | |
parent | 5874be242c364f0e9402963c2fec8860d57fdd7a (diff) |
build: More thoroughly fix upstream source permissions
-rwxr-xr-x | build | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |