[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.15,1.16

Neil Schemenauer nascheme@users.sourceforge.net
Sat, 10 Feb 2001 12:07:40 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv10598

Modified Files:
	Makefile.pre.in 
Log Message:
Specify directory permissions properly.  Closes SF patch #103717.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** Makefile.pre.in	2001/02/09 22:22:18	1.15
--- Makefile.pre.in	2001/02/10 20:07:38	1.16
***************
*** 507,511 ****
  			if test ! -d $$i; then \
  				echo "Creating directory $$i"; \
! 				$(INSTALL) -d 755 $$i; \
  			else    true; \
  			fi; \
--- 507,511 ----
  			if test ! -d $$i; then \
  				echo "Creating directory $$i"; \
! 				$(INSTALL) -d -m $(DIRMODE) $$i; \
  			else    true; \
  			fi; \
***************
*** 528,532 ****
  		if test ! -d $$i; then \
  			echo "Creating directory $$i"; \
! 			$(INSTALL) -d $(DIRMODE) $$i; \
  		else	true; \
  		fi; \
--- 528,532 ----
  		if test ! -d $$i; then \
  			echo "Creating directory $$i"; \
! 			$(INSTALL) -d -m $(DIRMODE) $$i; \
  		else	true; \
  		fi; \
***************
*** 548,552 ****
  		if test ! -d $$i; then \
  			echo "Creating directory $$i"; \
! 			$(INSTALL) -d $(DIRMODE) $$i; \
  		else	true; \
  		fi; \
--- 548,552 ----
  		if test ! -d $$i; then \
  			echo "Creating directory $$i"; \
! 			$(INSTALL) -d -m $(DIRMODE) $$i; \
  		else	true; \
  		fi; \
***************
*** 566,570 ****
  		if test ! -d $$i; then \
  			echo "Creating directory $$i"; \
! 			$(INSTALL) -d $(DIRMODE) $$i; \
  		else	true; \
  		fi; \
--- 566,570 ----
  		if test ! -d $$i; then \
  			echo "Creating directory $$i"; \
! 			$(INSTALL) -d -m $(DIRMODE) $$i; \
  		else	true; \
  		fi; \
***************
*** 577,581 ****
  		if test ! -d $$b; then \
  			echo "Creating directory $$b"; \
! 			$(INSTALL) -d $(DIRMODE) $$b; \
  		else	true; \
  		fi; \
--- 577,581 ----
  		if test ! -d $$b; then \
  			echo "Creating directory $$b"; \
! 			$(INSTALL) -d -m $(DIRMODE) $$b; \
  		else	true; \
  		fi; \
***************
*** 637,641 ****
  		if test ! -d $$i; then \
  			echo "Creating directory $$i"; \
! 			$(INSTALL) -d $(DIRMODE) $$i; \
  		else	true; \
  		fi; \
--- 637,641 ----
  		if test ! -d $$i; then \
  			echo "Creating directory $$i"; \
! 			$(INSTALL) -d -m $(DIRMODE) $$i; \
  		else	true; \
  		fi; \
***************
*** 656,660 ****
  		if test ! -d $$i; then \
  			echo "Creating directory $$i"; \
! 			$(INSTALL) -d $(DIRMODE) $$i; \
  		else	true; \
  		fi; \
--- 656,660 ----
  		if test ! -d $$i; then \
  			echo "Creating directory $$i"; \
! 			$(INSTALL) -d -m $(DIRMODE) $$i; \
  		else	true; \
  		fi; \