From 47f4f3fadd69628deab03485ab70aced129187bd Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 01 Jun 2019 19:49:52 -0400 Subject: build: More thoroughly fix upstream source permissions --- 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 -- cgit v0.9.1