php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login

Patch install-programs_parallel_FTBFS.patch for Compile Failure Bug #52037

Patch version 2010-06-09 18:59 UTC

Return to Bug #52037 | Download this patch
Patch Revisions:

Developer: seanius@debian.org

--- php.orig/scripts/Makefile.frag
+++ php/scripts/Makefile.frag
@@ -33,6 +33,7 @@ install-build:
 
 install-programs: $(builddir)/phpize $(builddir)/php-config
 	@echo "Installing helper programs:       $(INSTALL_ROOT)$(bindir)/"
+	@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
 	@for prog in $(bin_SCRIPTS); do \
 		echo "  program: $(program_prefix)$${prog}$(program_suffix)"; \
 		$(INSTALL) -m 755 $(builddir)/$${prog} $(INSTALL_ROOT)$(bindir)/$(program_prefix)$${prog}$(program_suffix); \
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC