mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
* don't make command libs executable
This commit is contained in:
parent
615f110d4e
commit
c1048eac9f
@ -145,7 +145,7 @@ install-programs:
|
||||
done; \
|
||||
for lib in $(PEAR_COMMAND_LIBS); do \
|
||||
echo "Installing program library: $$lib"; \
|
||||
$(INSTALL) -m 755 $(srcdir)/scripts/$$lib $(INSTALL_ROOT)$(bindir)/$$lib; \
|
||||
$(INSTALL) -m 644 $(srcdir)/scripts/$$lib $(INSTALL_ROOT)$(bindir)/$$lib; \
|
||||
done
|
||||
|
||||
HEADER_DIRS = \
|
||||
|
Loading…
Reference in New Issue
Block a user