mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
* don't make command libs executable
This commit is contained in:
parent
615f110d4e
commit
c1048eac9f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue