We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9650510 commit 238d384Copy full SHA for 238d384
Makefile
@@ -385,6 +385,7 @@ endif
385
386
# Set .jl sources as read-only to match package directories
387
find $(DESTDIR)$(datarootdir)/julia/base -type f -name \*.jl -exec chmod 0444 '{}' \;
388
+ find $(DESTDIR)$(datarootdir)/julia/stdlib -type f -name \*.jl -exec chmod 0444 '{}' \;
389
find $(DESTDIR)$(datarootdir)/julia/test -type f -name \*.jl -exec chmod 0444 '{}' \;
390
391
# Copy documentation
0 commit comments