mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-20 01:11:15 +03:00
Change permission modes of static libraries to 644 (#2885)
Static libraries are archives and do not need the executable bit.
This commit is contained in:
parent
81034ce1f1
commit
1f44a8b11d
1 changed files with 2 additions and 2 deletions
|
|
@ -632,8 +632,8 @@ endif
|
|||
install_lib_static: $(STATIC_LIBS)
|
||||
$(INSTALL) -d $(LIBDIR)
|
||||
@for l in $(STATIC_LIBS); do \
|
||||
echo "$(INSTALL) -m 755 $$l $(LIBDIR)"; \
|
||||
$(INSTALL) -m 755 $$l $(LIBDIR); \
|
||||
echo "$(INSTALL) -m 644 $$l $(LIBDIR)"; \
|
||||
$(INSTALL) -m 644 $$l $(LIBDIR); \
|
||||
done
|
||||
|
||||
install_lib_pc: $(PC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue