Skip to content

Commit f913841

Browse files
committed
Make NiFi libraries readable by others
1 parent a10ac3a commit f913841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ NIFI-$(VERSION): nifi-$(NIFI_VERSION)-bin.tar.gz
5454
rm -rf $@
5555
tar -zxf $<
5656
mv nifi-$(NIFI_VERSION) $@
57+
find $@/lib -type f -exec chmod o+r {} \;
5758

5859
# Remote dependencies
5960
validator.jar:

0 commit comments

Comments
 (0)