summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-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