We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10ac3a commit f913841Copy full SHA for f913841
Makefile
@@ -54,6 +54,7 @@ NIFI-$(VERSION): nifi-$(NIFI_VERSION)-bin.tar.gz
54
rm -rf $@
55
tar -zxf $<
56
mv nifi-$(NIFI_VERSION) $@
57
+ find $@/lib -type f -exec chmod o+r {} \;
58
59
# Remote dependencies
60
validator.jar:
0 commit comments