summaryrefslogtreecommitdiff
path: root/lang/python27/files/patch-aa
blob: 0836dbae915804d97985af2349a72962ca7100b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Makefile.in.orig	Tue Feb 23 10:43:15 1999
+++ Makefile.in	Sun Aug 13 21:28:59 2000
@@ -125,14 +125,14 @@
 # Modes for directories, executables and data files created by the
 # install process.  Default to group-writable directories but
 # user-only-writable for executables and data files.
-DIRMODE=	775
+DIRMODE=	755
 EXEMODE=	755
 FILEMODE=	644
 
 # Portable install script (configure doesn't always guess right)
 INSTALL=	@srcdir@/install-sh -c
-INSTALL_PROGRAM=${INSTALL} -m $(EXEMODE)
-INSTALL_DATA=	${INSTALL} -m $(FILEMODE)
+INSTALL_PROGRAM=${BSD_INSTALL_SCRIPT}
+INSTALL_DATA=	${BSD_INSTALL_DATA}
 
 # Use this to make a link between python$(VERSION) and python in $(BINDIR)
 LN=@LN@